php-mpos/sql/issue_145_shares.sql
Sebastian Grewe 1fd896dc44 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
2013-08-07 09:29:48 +02:00

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` ;