We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6699725 commit faff901Copy full SHA for faff901
lib/mix/tasks/ash_double_entry.install.ex
@@ -263,7 +263,7 @@ if Code.ensure_loaded?(Igniter) do
263
264
read :lock_accounts do
265
# Used to lock accounts while doing ledger operations
266
- prepare {AshDoubleEntry.Preparations.LockForUpdate, []}
+ prepare {AshDoubleEntry.Account.Preparations.LockForUpdate, []}
267
end
268
269
@@ -286,7 +286,7 @@ if Code.ensure_loaded?(Igniter) do
286
calculate :balance_as_of, :money do
287
calculation {AshDoubleEntry.Account.Calculations.BalanceAsOf, resource: __MODULE__}
288
289
- argument :ulid, AshDoubleEntry.ULID do
+ argument :timestamp, AshDoubleEntry.ULID do
290
allow_nil? false
291
allow_expr? true
292
default &DateTime.utc_now/0
0 commit comments