pool/sql/2015-07-15-coins_hasmasternodes.sql
2015-07-23 05:56:49 +02:00

4 lines
146 B
SQL

-- Recent additions to add after db init (.gz)
ALTER TABLE `coins` ADD `hasmasternodes` TINYINT(1) NOT NULL DEFAULT '0' AFTER `hassubmitblock`;