Merge pull request #634 from DarkflameUniverse/migration-runner

Add a argument to the MasterServer for running migrations
This commit is contained in:
Jett
2022-07-12 11:17:42 +01:00
committed by GitHub
11 changed files with 208 additions and 27 deletions

View File

@@ -1,2 +1 @@
-- File added April 9th, 2022
UPDATE ItemComponent SET itemType = 5 where id = 7082;

View File

@@ -1 +1 @@
ALTER TABLE bug_reports ADD reporter_id INT NOT NULL DEFAULT 0;
ALTER TABLE bug_reports ADD (reporter_id) INT NOT NULL DEFAULT 0;