chore: fix linter

pull/4887/head v0.25.0
Steven 3 months ago
parent 0398df1d21
commit 834f92f67c

@ -315,7 +315,7 @@ func (s *Store) normalizeMigrationHistoryList(ctx context.Context) error {
}
// migrateSchemaVersionToSetting migrates the schema version from the migration history to the workspace basic setting.
// It retrieves the migration history, sorts the versions, and updates the workspace basic setting if necessary
// It retrieves the migration history, sorts the versions, and updates the workspace basic setting if necessary.
func (s *Store) migrateSchemaVersionToSetting(ctx context.Context) error {
migrationHistoryList, err := s.driver.FindMigrationHistoryList(ctx, &FindMigrationHistory{})
if err != nil {

Loading…
Cancel
Save