Skip to content

Commit 12aae71

Browse files
authored
Merge pull request #700 from globocom/edit-current-step-class-migration
enable current step class edit to database migrations
2 parents 2d0060d + f18ffba commit 12aae71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbaas/maintenance/admin/database_migrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DatabaseMigrateAdmin(DatabaseMaintenanceTaskAdmin):
2424
"created_at", "started_at", "finished_at"
2525
)
2626
readonly_fields = (
27-
"current_step_class", "migration_stage", "database",
27+
"migration_stage", "database",
2828
"origin_environment", "environment", "origin_offering",
2929
"offering", "link_task", "started_at", "finished_at",
3030
"status", "maintenance_action", "task_schedule",

0 commit comments

Comments
 (0)