chore: Enable Macros for all accounts (#5858)

- migrations to enable macros for all accounts
This commit is contained in:
Sojan Jose
2022-11-15 16:33:09 -08:00
committed by GitHub
parent 826a735cdb
commit e7f1a9ab4d
3 changed files with 19 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2022_11_02_082737) do
ActiveRecord::Schema.define(version: 2022_11_16_000514) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"