mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Migrations: Implement "photoprism migrations ls" command #2216
Lists the status of migrations. Changed "migrate" to "migrations run".
This commit is contained in:
@@ -24,7 +24,7 @@ func configAction(ctx *cli.Context) error {
|
||||
|
||||
dbDriver := conf.DatabaseDriver()
|
||||
|
||||
fmt.Printf("%-25s VALUE\n", "NAME")
|
||||
fmt.Printf("%-25s Value\n", "Name")
|
||||
|
||||
// Flags.
|
||||
fmt.Printf("%-25s %t\n", "debug", conf.Debug())
|
||||
|
||||
Reference in New Issue
Block a user