fix (schedule): Fix typo in data migration.

This commit is contained in:
2023-08-16 21:31:16 +03:00
parent 5ff887c4c3
commit e266234bf2

View File

@@ -851,7 +851,7 @@ CREATE TABLE schedule_guild_config(
lobby_channel BIGINT,
room_channel BIGINT,
blacklist_after INTEGER,
blacklistrole BIGINT,
blacklist_role BIGINT,
created_at TIMESTAMPTZ DEFAULT now()
);