Chore: Add migration for feature flags (#1024)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-07-10 00:09:40 +05:30
committed by GitHub
parent 929575f11a
commit e8994165ea
4 changed files with 26 additions and 5 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: 2020_07_04_173104) do
ActiveRecord::Schema.define(version: 2020_07_09_145000) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"