Skip to content

Commit

Permalink
WarpySyncer: add columns to warpy_syncer_transactions and warpy_synce…
Browse files Browse the repository at this point in the history
…r_assets
  • Loading branch information
asiaziola committed Apr 24, 2024
1 parent 2e584ae commit 6a32a22
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- +migrate Down
ALTER TABLE warpy_syncer_transactions DROP COLUMN IF EXISTS protocol;
ALTER TABLE warpy_syncer_assets DROP COLUMN IF EXISTS chain;

-- +migrate Up
ALTER TABLE warpy_syncer_transactions ADD COLUMN IF NOT EXISTS protocol VARCHAR(64);
ALTER TABLE warpy_syncer_assets ADD COLUMN IF NOT EXISTS chain VARCHAR(64);

0 comments on commit 6a32a22

Please sign in to comment.