pool/sql/2016-02-18-accounts_donation.sql
Tanguy Pruvot 6950057b17 db: handle custom user donation percents
The setting is set with g=10% in password field

its disabled by default, to do maybe per worker...

prevent negative donation percents
2016-04-02 15:08:43 +02:00

4 lines
173 B
SQL

-- Recent additions to add after db init (.gz)
-- mysql yaamp -p < file.sql
ALTER TABLE `accounts` ADD `donation` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `no_fees`;