Fix syntax error in SQL dump

This commit is contained in:
Maxim Leshchenko 2021-12-26 23:31:54 +02:00 committed by GitHub
parent 83aec24393
commit 337ede5db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1 @@
ALTER TABLE `profiles` CHANGE `coins` `coins` REAL(20) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `profiles` CHANGE `coins` `coins` REAL UNSIGNED NOT NULL DEFAULT '0';