forked from cerc-io/ipld-eth-server
Convert existing migrations from timestamp to versioned
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- +goose Up
|
||||
CREATE TABLE watched_contracts
|
||||
(
|
||||
contract_id SERIAL PRIMARY KEY,
|
||||
contract_hash VARCHAR(66)
|
||||
)
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE watched_contracts
|
||||
Reference in New Issue
Block a user