Skip to content

Commit

Permalink
db migration to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Nov 27, 2023
1 parent 5e0cb66 commit f6d5ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/db/migrate/20231126035843_create_locations.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CreateLocations < ActiveRecord::Migration[6.1]
class CreateLocations < ActiveRecord::Migration[6.0]
def change
create_table :locations do |t|
t.references :city, null: false, foreign_key: true
Expand Down

0 comments on commit f6d5ab9

Please sign in to comment.