mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* setting an unsigned column -1 is pretty pointless, isn't it? * using a recently truncated, not yet repopulated table to determine if items can be obtained is pretty pointless, RIGHT!? (items are not longer blanket tagged as unobtainable)
2 lines
75 B
SQL
2 lines
75 B
SQL
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' source');
|