Arcturus-Community/sql-updates.sql
2018-07-06 13:30:00 +00:00

5 lines
184 B
SQL

ALTER TABLE `achievements`
CHANGE COLUMN `pixels` `reward_amount` int(11) NOT NULL DEFAULT 100 AFTER `level`,
ADD COLUMN `reward_currency` int(11) NOT NULL DEFAULT 0 AFTER `level`;