change transactional primary key to custom ID for better portability

This commit is contained in:
Min Zeya Phyo
2017-06-03 19:12:35 +06:30
parent 9dddd2fc78
commit 394d2ed938
16 changed files with 52 additions and 31 deletions

View File

@@ -13,9 +13,6 @@ module SXRestaurants
# -- all .rb files in that directory are automatically loaded.
config.active_record.time_zone_aware_types = [:datetime, :time]
config.active_job.queue_adapter = :sidekiq
# config.generators do |g|
# g.orm :active_record, primary_key_type: :uuid
# end
end
end