init commit
This commit is contained in:
parent
93efff9452
commit
9ba1224867
307 changed files with 11053 additions and 0 deletions
7
db/migrate/20110916162511_add_key_title_to_key.rb
Normal file
7
db/migrate/20110916162511_add_key_title_to_key.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class AddKeyTitleToKey < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :keys, :key, :text
|
||||
add_column :keys, :title, :string
|
||||
remove_column :keys, :project_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue