gitlab-org--gitlab-foss/db/migrate/20120219193300_add_user_to_...

7 lines
112 B
Ruby
Raw Normal View History

2012-02-19 19:52:05 +00:00
class AddUserToWiki < ActiveRecord::Migration
def change
add_column :wikis, :user_id, :integer
end
end