Wiki: history
This commit is contained in:
parent
b565cd1972
commit
85974948e7
7 changed files with 41 additions and 4 deletions
6
db/migrate/20120219193300_add_user_to_wiki.rb
Normal file
6
db/migrate/20120219193300_add_user_to_wiki.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddUserToWiki < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :wikis, :user_id, :integer
|
||||
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue