Squash tend checked_headers
This commit is contained in:
parent
058ab85518
commit
d87371cb11
4
db/migrations/1534295712_create_tend.down.sql
Normal file
4
db/migrations/1534295712_create_tend.down.sql
Normal file
@ -0,0 +1,4 @@
|
||||
DROP TABLE maker.tend;
|
||||
|
||||
ALTER TABLE public.checked_headers
|
||||
DROP COLUMN tend_checked;
|
@ -11,3 +11,6 @@ CREATE TABLE maker.tend (
|
||||
raw_log JSONB,
|
||||
UNIQUE (header_id, tx_idx, log_idx)
|
||||
);
|
||||
|
||||
ALTER TABLE public.checked_headers
|
||||
ADD COLUMN tend_checked BOOLEAN NOT NULL DEFAULT FALSE;
|
@ -1 +0,0 @@
|
||||
DROP TABLE maker.tend;
|
@ -1,2 +0,0 @@
|
||||
ALTER TABLE public.checked_headers
|
||||
DROP COLUMN tend_checked;
|
@ -1,2 +0,0 @@
|
||||
ALTER TABLE public.checked_headers
|
||||
ADD COLUMN tend_checked BOOLEAN NOT NULL DEFAULT FALSE;
|
Loading…
Reference in New Issue
Block a user