0
0
Fork 0

Add blurhash to preview cards (#13984)

Fixes #13001
This commit is contained in:
ThibG 2020-06-05 23:10:41 +02:00 committed by GitHub
parent a415f44fd1
commit 346d9b3d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 5 deletions

View file

@ -10,8 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2020_06_01_222558) do
ActiveRecord::Schema.define(version: 2020_06_05_155027) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -648,6 +647,7 @@ ActiveRecord::Schema.define(version: 2020_06_01_222558) do
t.datetime "updated_at", null: false
t.string "embed_url", default: "", null: false
t.integer "image_storage_schema_version"
t.string "blurhash"
t.index ["url"], name: "index_preview_cards_on_url", unique: true
end