webgui/docs/upgrade_1.3.1-2.0.0.sql
2001-10-06 22:37:00 +00:00

2 lines
117 B
SQL

alter table event add column recurringEventId int not null;
INSERT INTO incrementer VALUES ('recurringEventId',1);