mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -8,6 +8,7 @@ RSpec.describe 'Migrations Validation', feature_category: :database do
|
||||
# The range describes the timestamps that given migration helper can be used
|
||||
let(:all_migration_classes) do
|
||||
{
|
||||
2025_04_18_17_31_00.. => Gitlab::Database::Migration[2.3],
|
||||
2023_10_10_02_15_00.. => Gitlab::Database::Migration[2.2],
|
||||
2022_12_01_02_15_00..2023_11_01_02_15_00 => Gitlab::Database::Migration[2.1],
|
||||
2022_01_26_21_06_58..2023_01_11_12_45_12 => Gitlab::Database::Migration[2.0],
|
||||
|
Reference in New Issue
Block a user