Skip to content

Commit a7c1100

Browse files
authored
Fix migration, again. (#1029)
1 parent 53c3f59 commit a7c1100

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Arrowgene.Ddon.Database/Files/Database/Script/group_chat_migration.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ CREATE TABLE "ddon_communication_message"
7070

7171
ALTER TABLE ddon_stamp_bonus DROP COLUMN last_stamp_time;
7272
ALTER TABLE ddon_stamp_bonus ADD COLUMN can_stamp BOOLEAN NOT NULL DEFAULT TRUE;
73+
INSERT INTO "ddon_schedule_next"(type, timestamp) VALUES (2, 0);

0 commit comments

Comments
 (0)