Modified schema.xml - made cue_in and cue_out required columns in cc_scheuled and removed default values
This commit is contained in:
parent
b5eededd05
commit
23c29455d9
7 changed files with 12 additions and 22 deletions
|
@ -17,6 +17,8 @@ UPDATE cc_files SET filepath = substring(filepath from 2) where id in (select id
|
|||
|
||||
UPDATE cc_files SET cueout = length where cueout = '00:00:00';
|
||||
|
||||
UPDATE cc_schedule SET cue_out = clip_length WHERE cue_out = '00:00:00';
|
||||
|
||||
INSERT INTO cc_pref("keystr", "valstr") VALUES('locale', 'en_CA');
|
||||
|
||||
INSERT INTO cc_pref("subjid", "keystr", "valstr") VALUES(1, 'user_locale', 'en_CA');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue