Skip to content

Commit

Permalink
Merge pull request #2045 from samvera/commit-schema-updates
Browse files Browse the repository at this point in the history
commit-schema-updates
  • Loading branch information
aprilrieger authored Dec 7, 2023
2 parents ea0a604 + 6a1b170 commit 2f23cc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
ActiveRecord::Schema.define(version: 2023_08_04_073106) do

# These are extensions that must be enabled in order to support this database
enable_extension "hstore"
enable_extension "pgcrypto"
enable_extension "plpgsql"
enable_extension "uuid-ossp"

create_table "account_cross_searches", force: :cascade do |t|
t.bigint "search_account_id"
Expand Down

0 comments on commit 2f23cc7

Please sign in to comment.