mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
Follow-up to 5f5380e8d5
- Fixed a missing semicolon in the upgrade script. Special thanks to QQfoolsorellina Signed-off-by: Haru <haru@dotalux.com>
This commit is contained in:
parent
57164480ba
commit
a42f880e87
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#1400256139
|
||||
RENAME TABLE `incuvate` TO `incubate`
|
||||
RENAME TABLE `incuvate` TO `incubate`;
|
||||
INSERT INTO `sql_updates` (`timestamp`) VALUES (1400256139);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue