Skip to content

Commit 4bcb618

Browse files
committed
Manually add necessary extension to postgres
1 parent ea38b5c commit 4bcb618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

db/migrate/20250219081445_create_private_exports.decidim.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# This migration comes from decidim (originally 20241022002600)
44
class CreatePrivateExports < ActiveRecord::Migration[7.0]
55
def change
6+
enable_extension "pgcrypto"
7+
68
create_table :decidim_private_exports, id: :uuid do |t|
79
t.string :export_type, null: false
810
t.string :attached_to_type

0 commit comments

Comments
 (0)