Sha256: 5a690d1d86333923f65e1ab5b16c5107fb7065abc63c9d804391a56986529219
Contents?: true
Size: 359 Bytes
Versions: 18
Compression:
Stored size: 359 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
18 entries across 18 versions & 1 rubygems