Skip to content

Commit

Permalink
fix db migration naming and make rebalance_transfer_id a foreign key
Browse files Browse the repository at this point in the history
  • Loading branch information
mattac21 committed Dec 6, 2024
1 parent 14099d3 commit b4f08e5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE submitted_txs ADD COLUMN rebalance_transfer_id INT REFERENCES rebalance_transfers(id);

0 comments on commit b4f08e5

Please sign in to comment.