This commit is contained in:
albert
2013-03-20 00:13:35 -07:00
parent 3a91636039
commit ed70b09e5e
5 changed files with 28 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
class AddUpdaterIdToWikiPages < ActiveRecord::Migration
def change
add_column :wiki_pages, :updater_id, :integer
end
end