forked from cerc-io/ipld-eth-server
Remove tx from migrations (goose does it automagically)
This commit is contained in:
@@ -3,7 +3,7 @@ CREATE TABLE watched_contracts
|
||||
(
|
||||
contract_id SERIAL PRIMARY KEY,
|
||||
contract_hash VARCHAR(66)
|
||||
)
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE watched_contracts
|
||||
DROP TABLE watched_contracts;
|
||||
|
||||
Reference in New Issue
Block a user