Sha256: c8a46c25b86dc1e873564bd2175b31eacd9c299d9bb7bf737e1fdcef79576dfb
Contents?: true
Size: 223 Bytes
Versions: 4
Compression:
Stored size: 223 Bytes
Contents
class DeleteJoinPostsTags < ActiveRecord::Migration def up drop_table :monologue_posts_tags end def down create_table :monologue_posts_tags, id:false do |t| t.integer :post_id,:tag_id end end end
Version data entries
4 entries across 4 versions & 1 rubygems