Skip to content

Commit

Permalink
Update updater to update table links
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Feb 5, 2017
1 parent 80eda66 commit ab9d117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/update
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ CREATE EVENT `oauthTokenCleaner` ON SCHEDULE EVERY 5 MINUTE ON COMPLETION NOT PR
}

try {
$pdo->prepare('ALTER TABLE servers DROP FOREIGN KEY FK_servers_plugin')->execute();
$pdo->prepare('ALTER TABLE servers DROP COLUMN plugin')->execute();
$pdo->prepare('ALTER TABLE servers DROP COLUMN daemon_startup')->execute();
$pdo->prepare('ALTER TABLE servers DROP COLUMN daemon_variables')->execute();
Expand Down

0 comments on commit ab9d117

Please sign in to comment.