Commit d4ef13ab by Ngô Trung Hưng

fix conflc

parent 6d4d7392
Pipeline #819 failed with stages
in 0 seconds
# frozen_string_literal: true
class AddColumnSlugToTableCities < ActiveRecord::Migration[5.2]
def change
add_column :cities, :slug, :string
end
end
class AddColumnSlugToTableIndustries < ActiveRecord::Migration[5.2]
def change
add_column :industries, :slug, :string
end
end
class AddColumnSlugToTableCompanies < ActiveRecord::Migration[5.2]
def change
add_column :companies, :slug, :string
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment