activerecord-import/test/schema/version.rb

5 lines
88 B
Ruby

class SchemaInfo < ActiveRecord::Base
set_table_name 'schema_info'
VERSION = 12
end