init commit
This commit is contained in:
parent
93efff9452
commit
9ba1224867
307 changed files with 11053 additions and 0 deletions
9
db/migrate/20110928140106_add_project_id_for_note.rb
Normal file
9
db/migrate/20110928140106_add_project_id_for_note.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class AddProjectIdForNote < ActiveRecord::Migration
|
||||
def up
|
||||
add_column :notes, :project_id, :integer
|
||||
end
|
||||
|
||||
def down
|
||||
remove_column :notes, :project_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue