mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: adjust store test for mysql
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user