mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
add back pganalyze to production schema (#751)
This commit is contained in:
parent
976e1b6dcf
commit
29fb916bd9
1 changed files with 1 additions and 0 deletions
1
db/schema.rb
generated
1
db/schema.rb
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue