Skip to content

Commit a3fc974

Browse files
authored
Merge pull request #977 from yellowspot/add-missing-release-version-to-migration
[Rails 7] Add missing release version to migration
2 parents fa939cd + e0b0634 commit a3fc974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/migrations/transaction_table/1_table_will_never_be_created.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
class TableWillNeverBeCreated < ActiveRecord::Migration
3+
class TableWillNeverBeCreated < ActiveRecord::Migration[5.2]
44
def self.up
55
create_table(:sqlserver_trans_table1) {}
66
create_table(:sqlserver_trans_table2) { raise("HELL") }

0 commit comments

Comments
 (0)