Skip to content

Commit

Permalink
add missing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Dec 12, 2023
1 parent a9745ba commit 9ee2427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-tauri/migrations/20231212122824_update_location_stats.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 9ee2427

Please sign in to comment.