mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 00:37:44 +08:00
FEATURE: allows multiple custom emoji groups (#9308)
Note: DBHelper would fail with a sql syntax error on columns like "group". Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
@ -14,6 +14,7 @@ end
|
||||
# id :integer not null, primary key
|
||||
# name :string not null
|
||||
# upload_id :integer not null
|
||||
# group :string
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
|
Reference in New Issue
Block a user