diff --git a/scripts/sql/next_version.sql b/scripts/sql/next_version.sql index 02ef671..bed5b08 100644 --- a/scripts/sql/next_version.sql +++ b/scripts/sql/next_version.sql @@ -21,4 +21,6 @@ FROM ALTER TABLE public.config DROP steam_username; ALTER TABLE public.config DROP steam_password; ALTER TABLE public.config DROP steam_guard_code; -ALTER TABLE public.config DROP steam_sentry_file; \ No newline at end of file +ALTER TABLE public.config DROP steam_sentry_file; + +ALTER TABLE public.events ADD lobby_bot_id INT DEFAULT NULL NULL; \ No newline at end of file