mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Cleanup, fix a valgrind error, stack use reduction.
This commit is contained in:
parent
e8ab6adf89
commit
9e80db0fd1
11 changed files with 4217 additions and 2120 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue