Added script management
This commit is contained in:
parent
ba7375fe15
commit
04b1325031
7 changed files with 575 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
CREATE TABLE public.script (
|
||||
id serial NOT NULL,
|
||||
"group" varchar NOT NULL,
|
||||
name varchar NOT NULL,
|
||||
"source" text NOT NULL,
|
||||
updated timestamptz DEFAULT NOW() NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue