fixes #989
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddUpdaterIdToWikiPages < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :wiki_pages, :updater_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user