Added missing column to perf_times table

This commit is contained in:
laf 2016-01-17 15:46:33 +00:00
parent ad9b2db352
commit b757f4023b

1
sql-schema/089.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE `perf_times` ADD `poller` VARCHAR( 255 ) NOT NULL ;