mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
4 lines
146 B
SQL
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`;
|
|
|