debt-manager/db/migrate/20231101165753_enable_uuid.rb

6 lines
103 B
Ruby
Raw Normal View History

class EnableUuid < ActiveRecord::Migration[7.0]
def change
enable_extension 'pgcrypto'
end
end