Sha256: 10a26ea5d1e8226c5f503c851ec446807020b238391979fcd081373a371ad346
Contents?: true
Size: 338 Bytes
Versions: 60
Compression:
Stored size: 338 Bytes
Contents
# This migration comes from tb_core (originally 20130620143941) class CreateSpudPermissions < ActiveRecord::Migration def change create_table :spud_permissions do |t| t.string :name, :null => false t.string :tag, :null => false t.timestamps end add_index :spud_permissions, :tag, :unique => true end end
Version data entries
60 entries across 60 versions & 9 rubygems