diff --git a/src-tauri/migrations/20231212122824_update_location_stats.sql b/src-tauri/migrations/20231212122824_update_location_stats.sql new file mode 100644 index 00000000..1adc0267 --- /dev/null +++ b/src-tauri/migrations/20231212122824_update_location_stats.sql @@ -0,0 +1,2 @@ +ALTER TABLE location_stats ADD COLUMN listen_port INTEGER NOT NULL DEFAULT 0; +ALTER TABLE location_stats ADD COLUMN persistent_keepalive_interval INTEGER NULL;