Sha256: dd628757047e1ab258f36770d843b6d838b76e6189a35363c94517e601960671
Contents?: true
Size: 552 Bytes
Versions: 15
Compression:
Stored size: 552 Bytes
Contents
# This migration comes from spina (originally 20130719134545) class RenameSpinaFileToAttachments < ActiveRecord::Migration def change rename_table :spina_files, :spina_attachments rename_table :spina_file_collections, :spina_attachment_collections rename_table :spina_file_collections_files, :spina_attachment_collections_attachments rename_column :spina_attachment_collections_attachments, :file_id, :attachment_id rename_column :spina_attachment_collections_attachments, :file_collection_id, :attachment_collection_id end end
Version data entries
15 entries across 15 versions & 1 rubygems