Skip to content

Commit

Permalink
Remove final newline for compatibility with previous migration (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop authored Jun 26, 2024
1 parent 2a86a96 commit 05dcee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/database/013_batches_and_transactions.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ CREATE TABLE transactions
created_at TIMESTAMPTZ NOT NULL,

FOREIGN KEY (batch_next_root) REFERENCES batches (next_root) ON DELETE CASCADE
);
);

0 comments on commit 05dcee5

Please sign in to comment.