mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-29 19:41:35 +01:00
Fixed version transfer table for MySQL
This commit is contained in:
parent
fab0a0633a
commit
66d5551e20
@ -35,7 +35,7 @@ public class Version8TransferTable extends Table {
|
||||
|
||||
private String tableRenameSql(String from, String to) {
|
||||
return usingMySQL ?
|
||||
"RENAME " + from + " TO " + to :
|
||||
"RENAME TABLE " + from + " TO " + to :
|
||||
"ALTER TABLE " + from + " RENAME TO " + to;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user