mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: Add timestamp columns to optimized_images table (#10199)
This allows us to filter by created/updated date when comparing to an S3 inventory.
This commit is contained in:
@ -360,16 +360,18 @@ end
|
||||
#
|
||||
# Table name: optimized_images
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# sha1 :string(40) not null
|
||||
# extension :string(10) not null
|
||||
# width :integer not null
|
||||
# height :integer not null
|
||||
# upload_id :integer not null
|
||||
# url :string not null
|
||||
# filesize :integer
|
||||
# etag :string
|
||||
# version :integer
|
||||
# id :integer not null, primary key
|
||||
# sha1 :string(40) not null
|
||||
# extension :string(10) not null
|
||||
# width :integer not null
|
||||
# height :integer not null
|
||||
# upload_id :integer not null
|
||||
# url :string not null
|
||||
# filesize :integer
|
||||
# etag :string
|
||||
# version :integer
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
Reference in New Issue
Block a user