Fix missing field in clients struct and non-partial fcmtoken index (also streamline db migrations)
All checks were successful
Build Docker and Deploy / Build Docker Container (push) Successful in 1m52s
Build Docker and Deploy / Deploy to Server (push) Successful in 7s

This commit is contained in:
2024-09-17 22:25:09 +02:00
parent 4c7632a144
commit 9d35916280
9 changed files with 309 additions and 43 deletions

View File

@@ -293,7 +293,7 @@ func TestRequestsDB_Current(t *testing.T) {
}
}
func TestPrimaryDB_Migrate_from_3(t *testing.T) {
func TestPrimaryDB_Migrate_from_3_to_latest(t *testing.T) {
dbf1, dbf2, dbf3, conf, stop := tt.StartSimpleTestspace(t)
defer stop()
@@ -389,7 +389,7 @@ func TestPrimaryDB_Migrate_from_3(t *testing.T) {
}
}
func TestPrimaryDB_Migrate_from_4(t *testing.T) {
func TestPrimaryDB_Migrate_from_4_to_latest(t *testing.T) {
dbf1, dbf2, dbf3, conf, stop := tt.StartSimpleTestspace(t)
defer stop()