update migration integrity migration to Rails 7.0
Change-Id: I8ca9f54b773ee750e6bb93bf3429d9b3d5f076b7 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/342828 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Jacob Burroughs <jburroughs@instructure.com> Migration-Review: Jacob Burroughs <jburroughs@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
cc9db64d8e
commit
bf78738798
|
@ -25,11 +25,11 @@
|
|||
#
|
||||
# To squash more migrations, update the `last_squashed_migration_version` and
|
||||
# bump the version in the filename of this migration so it runs again.
|
||||
class ValidateMigrationIntegrity < ActiveRecord::Migration[4.2]
|
||||
class ValidateMigrationIntegrity < ActiveRecord::Migration[7.0]
|
||||
tag :predeploy
|
||||
disable_ddl_transaction!
|
||||
|
||||
def self.up
|
||||
def up
|
||||
initial_migration_version = "20101210192618"
|
||||
last_squashed_migration_version = "20230921192335"
|
||||
|
||||
|
|
Loading…
Reference in New Issue