* added new account table column: `no_fee` * honor `no_fee` flag during payout process * added upgrade SQL file for this feature Address #260
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE `accounts` ADD `no_fees` BOOLEAN NOT NULL DEFAULT FALSE AFTER `is_anonymous` ;
|