Sha256: 6d1b55134538177054382b41825f9dd00ef4af4dcdc8338287e89cca1bcc3672
Contents?: true
Size: 193 Bytes
Versions: 15
Compression:
Stored size: 193 Bytes
Contents
class AddStateToPost < ActiveRecord::Migration def change add_column :posts, :state, :string add_column :posts, :publisher_id, :integer remove_column :posts, :published end end
Version data entries
15 entries across 15 versions & 1 rubygems