CC-4841: Silan script

- temp commit
This commit is contained in:
James 2013-01-15 11:16:50 -05:00
parent 175dbcbabc
commit bb2f9316af
7 changed files with 106 additions and 19 deletions

View file

@ -96,6 +96,7 @@ CREATE TABLE "cc_files"
"owner_id" INTEGER,
"cuein" interval default '00:00:00',
"cueout" interval default '00:00:00',
"silan_check" BOOLEAN default 'f',
"hidden" BOOLEAN default 'f',
PRIMARY KEY ("id")
);