Adding SQL file for quick update to VARDIFF
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
This commit is contained in:
parent
c3a63d58ce
commit
1fd896dc44
2
sql/issue_145_shares.sql
Normal file
2
sql/issue_145_shares.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `shares` ADD `difficulty` FLOAT NOT NULL AFTER `solution` ;
|
||||
ALTER TABLE `pool_worker` ADD `difficulty` FLOAT NOT NULL AFTER `password` ;
|
||||
Loading…
Reference in New Issue
Block a user