ambition/db/migrate/20161229080053_add_project_...

6 lines
121 B
Ruby

class AddProjectIdToNotes < ActiveRecord::Migration
def change
add_column :notes, :project_id, :integer
end
end