finishing sqlite changes

- finished default/active server logic
- dev done
- needs testing
This commit is contained in:
2025-06-18 18:38:01 -04:00
parent fe37cac2da
commit c15c16be8d
19 changed files with 254 additions and 69 deletions

View File

@@ -10,4 +10,5 @@ type Server struct {
Server string `db:"server"`
Password string `db:"password"`
Port int `db:"port"`
Default bool `db:"active"`
}