mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-23 23:15:06 +02:00
fix migration
This commit is contained in:
parent
ad1fc5fb3d
commit
cb2de5aae1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
CREATE TABLE IF NOT EXISTS controller_log (
|
||||
controller_id CHAR(10) NOT NULL REFERENCES ztc_controller(id) ON DELETE CASCADE,
|
||||
controller_id CHAR(10) NOT NULL REFERENCES controllers_ctl(id) ON DELETE CASCADE,
|
||||
check_time TIMESTAMP WITH TIME ZONE NOT NULL,
|
||||
load_factor REAL,
|
||||
PRIMARY KEY (controller_id, check_time)
|
||||
|
|
Loading…
Add table
Reference in a new issue