feat: add migration to fix image signed keys (#7076)

This commit is contained in:
Shivam Mishra
2023-05-15 15:13:26 +05:30
committed by GitHub
parent 5a8eff35b5
commit c70367bbd7
2 changed files with 56 additions and 1 deletions

View File

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