mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix syntax error in SQL dump
This commit is contained in:
parent
83aec24393
commit
337ede5db0
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue