Skip to content

Commit

Permalink
fix(migration): mismatch rails version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
colinux committed Nov 20, 2023
1 parent 34788bc commit e3a1192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddAncestryToGroupeGestionnaires < ActiveRecord::Migration[6.1]
class AddAncestryToGroupeGestionnaires < ActiveRecord::Migration[7.0]
disable_ddl_transaction!

def change
Expand Down

0 comments on commit e3a1192

Please sign in to comment.