mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Use uuid for models
This commit is contained in:
parent
ffa2fb03d1
commit
9908eb8b1d
1 changed files with 3 additions and 0 deletions
3
config/initializers/generators.rb
Normal file
3
config/initializers/generators.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Rails.application.config.generators do |g|
|
||||
g.orm :active_record, primary_key_type: :uuid
|
||||
end
|
||||
Loading…
Reference in a new issue