Skip to content

Commit 123cd28

Browse files
committed
might as well say our migrations are 5.2-style, they work as such
1 parent 3c06aa8 commit 123cd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/activerecord_provider/database/0001_oaipmh_tables.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class OaipmhTables < ActiveRecord::Migration[4.2]
1+
class OaipmhTables < ActiveRecord::Migration[5.2]
22
def self.up
33
create_table :oai_tokens do |t|
44
t.column :token, :string, :null => false

0 commit comments

Comments
 (0)