Separate sql instead of a big sql
This commit is contained in:
parent
b3012e966c
commit
33a1616a67
28 changed files with 6539 additions and 133 deletions
12
sql/mod1/theme.sql
Normal file
12
sql/mod1/theme.sql
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
-- Table: public.theme
|
||||
|
||||
-- DROP TABLE public.theme;
|
||||
|
||||
CREATE TABLE public.theme
|
||||
(
|
||||
the_name text NOT NULL,
|
||||
the_filestyle text,
|
||||
the_filebutton text
|
||||
) WITH OIDS;
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue