summaryrefslogtreecommitdiff
path: root/root-watcher
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-27 00:59:36 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-27 00:59:36 -0700
commit9e80db0fd169de19d5d343e8b6998c8ace4aeb22 (patch)
tree13405cf405bfa600599d62ecde024a1b1513571c /root-watcher
parente8ab6adf8902dce98b4721e2f4a5382e54bcbcbc (diff)
downloadinfinitytier-9e80db0fd169de19d5d343e8b6998c8ace4aeb22.tar.gz
infinitytier-9e80db0fd169de19d5d343e8b6998c8ace4aeb22.zip
Cleanup, fix a valgrind error, stack use reduction.
Diffstat (limited to 'root-watcher')
-rw-r--r--root-watcher/schema.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/root-watcher/schema.sql b/root-watcher/schema.sql
index bdb3a1cf..ade0fa3e 100644
--- a/root-watcher/schema.sql
+++ b/root-watcher/schema.sql
@@ -1,7 +1,6 @@
/* Schema for ZeroTier root watcher log database */
-/* If you cluster this DB using any PG clustering scheme that uses logs, you must remove UNLOGGED here! */
-CREATE UNLOGGED TABLE "Peer"
+CREATE TABLE "Peer"
(
"ztAddress" BIGINT NOT NULL,
"timestamp" BIGINT NOT NULL,