From b4c5f0a5ec38beea1711f444b28e64f3db319a74 Mon Sep 17 00:00:00 2001 From: Clint Armstrong Date: Fri, 10 Jul 2015 17:34:45 -0400 Subject: [PATCH] notes --- notes.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 notes.txt diff --git a/notes.txt b/notes.txt new file mode 100644 index 000000000..e3a826237 --- /dev/null +++ b/notes.txt @@ -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?