Separate sql instead of a big sql

This commit is contained in:
sparkyx 2004-09-22 19:21:57 +00:00
parent b3012e966c
commit 33a1616a67
28 changed files with 6539 additions and 133 deletions

12
sql/mod1/theme.sql Normal file
View 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;