Adding new fields to the dst_preset table.

This commit is contained in:
defacer
2005-02-25 01:24:52 +00:00
parent 2231b98040
commit 13222d99b5
5 changed files with 23 additions and 5 deletions
+2
View File
@@ -108,6 +108,8 @@ CREATE INDEX prefix_course_sections_coursesection_idx ON prefix_course_sections
CREATE TABLE prefix_dst_preset (
id SERIAL PRIMARY KEY,
name varchar(48) NOT NULL default '',
family varchar(100) NOT NULL default '',
year integer NOT NULL default '0',
apply_offset integer NOT NULL default '0',
activate_index integer NOT NULL default '1',
activate_day integer NOT NULL default '1',