Skip to content

Commit

Permalink
[CP] Add PGCrypto extension
Browse files Browse the repository at this point in the history
  • Loading branch information
CapCap authored and aptos-bot committed May 13, 2022
1 parent a2c87fa commit f8f06b8
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
class AddPgCrypto < ActiveRecord::Migration[7.0]
def change
enable_extension 'pgcrypto'
end
end

0 comments on commit f8f06b8

Please sign in to comment.