Sha256: 174510024f132337d77b2484841eda29cfd96d0341c95872b6dc0b1357a55d98
Contents?: true
Size: 358 Bytes
Versions: 16
Compression:
Stored size: 358 Bytes
Contents
module DataMigrate class DataSchemaMigration < ::ActiveRecord::SchemaMigration class << self def table_name ActiveRecord::Base.table_name_prefix + 'data_migrations' + ActiveRecord::Base.table_name_suffix end def index_name "#{table_name_prefix}unique_data_migrations#{table_name_suffix}" end end end end
Version data entries
16 entries across 16 versions & 2 rubygems