Skip to content

Commit

Permalink
Remove extension in shema
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby232 committed Dec 21, 2020
1 parent 02d3d2b commit a047343
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2020_12_17_030615) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

create_table "account_contacts", id: :serial, force: :cascade do |t|
t.integer "account_id"
t.integer "contact_id"
Expand Down

0 comments on commit a047343

Please sign in to comment.