mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 00:37:44 +08:00
Update annotations
This commit is contained in:
@ -47,11 +47,11 @@ end
|
||||
# Table name: stylesheet_cache
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# target :string not null
|
||||
# digest :string not null
|
||||
# target :string(255) not null
|
||||
# digest :string(255) not null
|
||||
# content :text not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# theme_id :integer default(-1), not null
|
||||
# source_map :text
|
||||
#
|
||||
|
Reference in New Issue
Block a user