Merge branch 'kb_development' into kb_migration
This commit is contained in:
commit
9e2390f3c9
57 changed files with 227 additions and 64 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddImageSizeToCustomEmojis < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :custom_emojis, :image_width, :integer
|
||||
add_column :custom_emojis, :image_height, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue