From 1fd896dc441b2dccbe02ff169be637d51025d3e6 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 2 Aug 2013 17:45:34 +0200 Subject: [PATCH] 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 --- sql/issue_145_shares.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/issue_145_shares.sql diff --git a/sql/issue_145_shares.sql b/sql/issue_145_shares.sql new file mode 100644 index 00000000..c8367230 --- /dev/null +++ b/sql/issue_145_shares.sql @@ -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` ;