chore: refresh gramsrv public release
This commit is contained in:
parent
75cebe8dbf
commit
70b6820474
1274 changed files with 378751 additions and 59919 deletions
5
deploy/migrations/0035_seed_states.up.sql
Normal file
5
deploy/migrations/0035_seed_states.up.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
CREATE TABLE public.seed_states (
|
||||
key text PRIMARY KEY,
|
||||
content_hash text NOT NULL,
|
||||
updated_at timestamptz DEFAULT now() NOT NULL
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue