demarches/db/migrate/20240629082039_enable_uuid.rb

6 lines
103 B
Ruby
Raw Normal View History

2024-09-01 14:51:03 +00:00
class EnableUuid < ActiveRecord::Migration[7.0]
def change
enable_extension 'pgcrypto'
end
end