Sha256: 2ef39e7e170558cad5828b55269cef83720f5088bd174db92c34221f9b82f849
Contents?: true
Size: 122 Bytes
Versions: 28
Compression:
Stored size: 122 Bytes
Contents
class AddCategoryToProjects < ActiveRecord::Migration def change add_column :projects, :category, :string end end
Version data entries
28 entries across 28 versions & 1 rubygems