File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -571,6 +571,7 @@ if Code.ensure_loaded?(Igniter) do
571
571
_ ->
572
572
{ :ok ,
573
573
Igniter.Code.Common . add_code ( zipper , """
574
+ @impl true
574
575
def installed_extensions do
575
576
# Add extensions here, and the migration generator will install them.
576
577
["ash-functions"]
@@ -589,6 +590,7 @@ if Code.ensure_loaded?(Igniter) do
589
590
Igniter.Code.Common . add_code ( zipper , """
590
591
# Don't open unnecessary transactions
591
592
# will default to `false` in 4.0
593
+ @impl true
592
594
def prefer_transaction? do
593
595
false
594
596
end
@@ -604,6 +606,7 @@ if Code.ensure_loaded?(Igniter) do
604
606
_ ->
605
607
{ :ok ,
606
608
Igniter.Code.Common . add_code ( zipper , """
609
+ @impl true
607
610
def min_pg_version do
608
611
%Version{major: #{ version . major } , minor: #{ version . minor } , patch: #{ version . patch } }
609
612
end
You can’t perform that action at this time.
0 commit comments