Merge commit 'fd284311e7' into kb_migration

This commit is contained in:
KMY 2023-08-01 17:59:16 +09:00
commit 287eacf5f3
400 changed files with 4667 additions and 5387 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_07_14_004824) do
ActiveRecord::Schema[7.0].define(version: 2023_07_24_160715) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -906,6 +906,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_07_14_004824) do
t.datetime "max_score_at", precision: nil
t.boolean "trendable"
t.integer "link_type"
t.datetime "published_at"
t.index ["url"], name: "index_preview_cards_on_url", unique: true
end