mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 16:16:43 +10:00
6 lines
147 B
Ruby
6 lines
147 B
Ruby
class AllowNullInServicesProjectId < ActiveRecord::Migration
|
|
def change
|
|
change_column :services, :project_id, :integer, null: true
|
|
end
|
|
end
|