mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
4 lines
114 B
SQL
4 lines
114 B
SQL
-- Recent additions to add after db init (.gz)
|
|
|
|
ALTER TABLE `blocks` ADD `workerid` INT(11) NULL AFTER `userid`;
|
|
|