This branch now includes all recent changes from `next`! It might have broken some things so @obigal needs to test it again, but at least we can now continue on this with all recent additions added to this branch. Addresses #145
3 lines
155 B
SQL
3 lines
155 B
SQL
ALTER TABLE `shares` ADD `difficulty` FLOAT NOT NULL AFTER `solution` ;
|
|
ALTER TABLE `pool_worker` ADD `difficulty` FLOAT NOT NULL AFTER `password` ;
|