Sha256: ee65dab2cf8f2ecd9c1d5f09a36201c5e6784a951d26b8c5fc41ba9edb50eba8
Contents?: true
Size: 369 Bytes
Versions: 48
Compression:
Stored size: 369 Bytes
Contents
# This migration comes from spud_permalinks (originally 20120306195503) class CreateSpudPermalinks < ActiveRecord::Migration def change create_table :spud_permalinks do |t| t.string :url_name t.string :attachment_type t.integer :attachment_id t.timestamps end add_index :spud_permalinks,[:attachment_type,:attachment_id] end end
Version data entries
48 entries across 48 versions & 2 rubygems