Skip to content

Commit

Permalink
Update 20231009160910_add_gbl_admin.rb
Browse files Browse the repository at this point in the history
Reenable PG extensions in migration
  • Loading branch information
ewlarson committed Oct 12, 2023
1 parent 1e1f889 commit 5a26aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/migrate/20231009160910_add_gbl_admin.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class AddGblAdmin < ActiveRecord::Migration[6.1]
def change
# These are extensions that must be enabled in order to support this database
# enable_extension "pgcrypto"
# enable_extension "plpgsql"
enable_extension "pgcrypto"
enable_extension "plpgsql"

create_function :kithe_models_friendlier_id_gen, sql_definition: <<-'SQL'
CREATE OR REPLACE FUNCTION public.kithe_models_friendlier_id_gen(min_value bigint, max_value bigint)
Expand Down

0 comments on commit 5a26aca

Please sign in to comment.