fix (schedule): Fix typo in data migration.
This commit is contained in:
@@ -851,7 +851,7 @@ CREATE TABLE schedule_guild_config(
|
|||||||
lobby_channel BIGINT,
|
lobby_channel BIGINT,
|
||||||
room_channel BIGINT,
|
room_channel BIGINT,
|
||||||
blacklist_after INTEGER,
|
blacklist_after INTEGER,
|
||||||
blacklistrole BIGINT,
|
blacklist_role BIGINT,
|
||||||
created_at TIMESTAMPTZ DEFAULT now()
|
created_at TIMESTAMPTZ DEFAULT now()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user