# frozen_string_literal: true

class EnableUuid < ActiveRecord::Migration<%= migration_version %>

def change
  enable_extension "pgcrypto"
end

end