Update annotations.

This commit is contained in:
Guo Xiang Tan
2018-02-20 14:28:58 +08:00
parent 86d12bd44b
commit 226ace1643
71 changed files with 199 additions and 175 deletions

View File

@ -43,11 +43,11 @@ end
# Table name: stylesheet_cache
#
# id :integer not null, primary key
# target :string(255) not null
# digest :string(255) not null
# target :string not null
# digest :string not null
# content :text not null
# created_at :datetime
# updated_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
# theme_id :integer default(-1), not null
# source_map :text
#