cmd/ursrv: Remove old, unused migration code

This commit is contained in:
Jakob Borg
2023-01-31 09:12:48 +01:00
parent 966e9f9a68
commit a5b6199507
2 changed files with 0 additions and 148 deletions
-5
View File
@@ -131,11 +131,6 @@ func setupDB(db *sql.DB) error {
}
}
// Migrate from old schema to new schema if the table exists.
if err := migrate(db); err != nil {
return err
}
return nil
}