File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ CREATE TABLE IF NOT EXISTS `settings` (
144144 UNIQUE KEY ` setting` (` name` )
145145) ENGINE= InnoDB DEFAULT CHARSET= utf8;
146146
147- INSERT INTO ` settings` (` name` , ` value` ) VALUES (' DB_VERSION' , ' 0.0.13 ' );
147+ INSERT INTO ` settings` (` name` , ` value` ) VALUES (' DB_VERSION' , ' 0.0.14 ' );
148148
149149CREATE TABLE IF NOT EXISTS ` shares` (
150150 ` id` bigint (30 ) NOT NULL AUTO_INCREMENT,
@@ -242,7 +242,7 @@ CREATE TABLE IF NOT EXISTS `transactions` (
242242CREATE TABLE `statistics_users ` (
243243 ` id` int (11 ) NOT NULL AUTO_INCREMENT,
244244 ` account_id` int (11 ) NOT NULL ,
245- ` hashrate` int ( 11 ) NOT NULL ,
245+ ` hashrate` bigint ( 20 ) unsigned NOT NULL ,
246246 ` workers` int (11 ) NOT NULL ,
247247 ` sharerate` float NOT NULL ,
248248 ` timestamp` int (11 ) NOT NULL ,
You can’t perform that action at this time.
0 commit comments