pool/sql/2015-09-20-blocks_worker.sql
Tanguy Pruvot 71de6d635b db: save blocks worker id for worker stats
Note: need database change!
2016-04-02 15:08:43 +02:00

4 lines
114 B
SQL

-- Recent additions to add after db init (.gz)
ALTER TABLE `blocks` ADD `workerid` INT(11) NULL AFTER `userid`;