mirror of
https://github.com/yourselfhosted/slash.git
synced 2025-06-05 22:09:34 +02:00
chore: fix create shortcut view activity
This commit is contained in:
@@ -57,8 +57,6 @@ func (d *DB) nonProdMigrate(ctx context.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
println("no tables in the database. start migration")
|
||||
|
||||
buf, err := migrationFS.ReadFile("migration/dev/" + latestSchemaFileName)
|
||||
if err != nil {
|
||||
return errors.Errorf("failed to read latest schema file: %s", err)
|
||||
|
Reference in New Issue
Block a user