Sha256: c6ff6e0f4b74402daa84fb4e8b3e58721e8c4772bd7e00d0331ba506ffb3640e
Contents?: true
Size: 174 Bytes
Versions: 2
Compression:
Stored size: 174 Bytes
Contents
class PrefixTablesWithSpree < ActiveRecord::Migration def change rename_table :comments, :spree_comments rename_table :comment_types, :spree_comment_types end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solidus_comments-1.0.1 | db/migrate/20111123200847_prefix_tables_with_spree.rb |
solidus_comments-1.0.0 | db/migrate/20111123200847_prefix_tables_with_spree.rb |