update sql schema to add primary key for pollers

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