diff options
Diffstat (limited to 'spec/lib/generators/model')
-rw-r--r-- | spec/lib/generators/model/mocks/migration_file.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/generators/model/mocks/migration_file.txt b/spec/lib/generators/model/mocks/migration_file.txt index e92c2d2b534..091e086ba65 100644 --- a/spec/lib/generators/model/mocks/migration_file.txt +++ b/spec/lib/generators/model/mocks/migration_file.txt @@ -3,7 +3,7 @@ # See https://docs.gitlab.com/ee/development/migration_style_guide.html # for more information on how to write migrations for GitLab. -class CreateModelGeneratorTestFoos < Gitlab::Database::Migration[2.0] +class CreateModelGeneratorTestFoos < Gitlab::Database::Migration[2.1] # When using the methods "add_concurrent_index" or "remove_concurrent_index" # you must disable the use of transactions # as these methods can not run in an existing transaction. |