Skip to content

Commit

Permalink
Revert "fix: remove duplicate money mult postgres install (#3)"
Browse files Browse the repository at this point in the history
This reverts commit 4abbc4e.
  • Loading branch information
zachdaniel committed Mar 19, 2024
1 parent f1b2e47 commit 1b0217e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ash_money/ash_postgres_extension.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if Code.ensure_loaded?(AshPostgres.CustomExtension) do

def install(1) do
"""
#{Money.DDL.execute_each(add_money_mult())}
#{Money.DDL.execute_each(Money.DDL.create_money_with_currency())}
#{Money.DDL.execute_each(Money.DDL.define_plus_operator())}
#{Money.DDL.execute_each(Money.DDL.define_minmax_functions())}
Expand Down

0 comments on commit 1b0217e

Please sign in to comment.