chore: adjust store test for mysql

This commit is contained in:
Steven
2023-09-29 09:15:54 +08:00
parent 255254eb69
commit 87ddeb2c79
13 changed files with 359 additions and 163 deletions

View File

@@ -26,6 +26,7 @@ type Profile struct {
// DSN points to where Memos stores its own data
DSN string `json:"dsn"`
// Driver is the database driver
// sqlite, mysql
Driver string `json:"driver"`
// Version is the current version of server
Version string `json:"version"`