Skip to content

Commit

Permalink
Forgot to upload the next version sql changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MeLlamoPablo committed Jan 11, 2017
1 parent 977b5cb commit 64bb4e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/sql/next_version.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
ALTER TABLE public.config DROP steam_sentry_file;

ALTER TABLE public.events ADD lobby_bot_id INT DEFAULT NULL NULL;

0 comments on commit 64bb4e1

Please sign in to comment.