add back pganalyze to production schema (#751)

This commit is contained in:
Echo 2025-12-28 17:17:53 -05:00 committed by GitHub
parent 976e1b6dcf
commit 29fb916bd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
db/schema.rb generated
View file

@ -11,6 +11,7 @@
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[8.1].define(version: 2025_12_08_020226) do
create_schema "pganalyze"
# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"
enable_extension "pg_stat_statements"