1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-23 22:55:37 +02:00

[#5607] rename aux.db to auxiliary.db

This commit is contained in:
Gani Georgiev
2024-10-06 16:41:05 +03:00
parent 292c34ee52
commit 0407de9cf5
7 changed files with 3649 additions and 3640 deletions

View File

@@ -517,7 +517,7 @@ func TestBackupsDownload(t *testing.T) {
ExpectedContent: []string{
"storage/",
"data.db",
"aux.db",
"auxiliary.db",
},
ExpectedEvents: map[string]int{"*": 0},
},
@@ -534,7 +534,7 @@ func TestBackupsDownload(t *testing.T) {
ExpectedContent: []string{
"storage/",
"data.db",
"aux.db",
"auxiliary.db",
},
ExpectedEvents: map[string]int{"*": 0},
},