forked from cerc-io/ipld-eth-server
Squash frob checked_headers
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DROP TABLE maker.frob;
|
||||
|
||||
ALTER TABLE public.checked_headers
|
||||
DROP COLUMN frob_checked;
|
||||
+4
-1
@@ -12,4 +12,7 @@ CREATE TABLE maker.frob (
|
||||
tx_idx INTEGER NOT NUll,
|
||||
raw_log JSONB,
|
||||
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;
|
||||
Reference in New Issue
Block a user