Reset SQL

This commit is contained in:
Magnus Åhall 2026-05-26 11:02:56 +02:00
parent 75d242c041
commit 4c513a5106
12 changed files with 538 additions and 570 deletions

View file

@ -1,2 +0,0 @@
ALTER TABLE public.node ADD COLUMN history bool NOT NULL DEFAULT false;
CREATE INDEX node_history_idx ON public.node (history);