More sync operations
This commit is contained in:
parent
9df85d9580
commit
d0150145ed
10 changed files with 362 additions and 131 deletions
2
sql/00004.sql
Normal file
2
sql/00004.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE public.node ADD COLUMN history bool NOT NULL DEFAULT false;
|
||||
CREATE INDEX node_history_idx ON public.node (history);
|
||||
Loading…
Add table
Add a link
Reference in a new issue