forked from cerc-io/ipld-eth-server
Squash frob checked_headers
This commit is contained in:
parent
6610821833
commit
77c7c9b453
4
db/migrations/1533844125_create_frob.down.sql
Normal file
4
db/migrations/1533844125_create_frob.down.sql
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
DROP TABLE maker.frob;
|
||||||
|
|
||||||
|
ALTER TABLE public.checked_headers
|
||||||
|
DROP COLUMN frob_checked;
|
@ -13,3 +13,6 @@ CREATE TABLE maker.frob (
|
|||||||
raw_log JSONB,
|
raw_log JSONB,
|
||||||
UNIQUE (header_id, tx_idx, log_idx)
|
UNIQUE (header_id, tx_idx, log_idx)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
ALTER TABLE public.checked_headers
|
||||||
|
ADD COLUMN frob_checked BOOLEAN NOT NULL DEFAULT FALSE;
|
@ -1 +0,0 @@
|
|||||||
DROP TABLE maker.frob;
|
|
@ -1,2 +0,0 @@
|
|||||||
ALTER TABLE public.checked_headers
|
|
||||||
DROP COLUMN frob_checked;
|
|
@ -1,2 +0,0 @@
|
|||||||
ALTER TABLE public.checked_headers
|
|
||||||
ADD COLUMN frob_checked BOOLEAN NOT NULL DEFAULT FALSE;
|
|
Loading…
Reference in New Issue
Block a user