# frozen_string_literal: true class EnableUuids < ActiveRecord::Migration[7.0] def change enable_extension 'pgcrypto' end end