Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion migrator/runner/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
_ "github.com/stackrox/rox/migrator/migrations/m_109_to_m_110_networkpolicy_guidance_2"
_ "github.com/stackrox/rox/migrator/migrations/m_110_to_m_111_replace_deprecated_resources"
_ "github.com/stackrox/rox/migrator/migrations/m_111_to_m_112_groups_invalid_values"
_ "github.com/stackrox/rox/migrator/migrations/m_112_to_m_113_recreate_groups_bucket"
_ "github.com/stackrox/rox/migrator/migrations/m_55_to_m_56_node_scanning_empty"
_ "github.com/stackrox/rox/migrator/migrations/m_56_to_m_57_compliance_policy_categories"
_ "github.com/stackrox/rox/migrator/migrations/m_57_to_m_58_update_run_secrets_volume_policy_regex"
Expand Down
2 changes: 1 addition & 1 deletion pkg/migrations/internal/seq_num.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var (
// CurrentDBVersionSeqNum is the current DB version number.
// This must be incremented every time we write a migration.
// It is a shared constant between central and the migrator binary.
CurrentDBVersionSeqNum = 113
CurrentDBVersionSeqNum = 112
// PostgresDBVersionPlus is the current DB version number with Postgres DB data migration.
PostgresDBVersionPlus = 56
)