This commit is contained in:
Clint Armstrong
2015-08-25 11:35:18 -04:00
parent b9c3b3cec8
commit b4c5f0a5ec
+6
View File
@@ -0,0 +1,6 @@
Need to set poller_name as primary key for this to work:
ALTER TABLE pollers
ADD PRIMARY KEY (poller_name)
Check in beginning?