mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:43:37 +08:00
Make data column of notifications table big enough for long titles
This commit is contained in:
parent
ec0525ff37
commit
d052026c51
|
@ -0,0 +1,9 @@
|
|||
class IncreaseDataLengthOnNotifications < ActiveRecord::Migration
|
||||
def up
|
||||
execute "ALTER TABLE notifications ALTER COLUMN data TYPE VARCHAR(1000)"
|
||||
end
|
||||
|
||||
def down
|
||||
# Don't need to revert it to the smaller size
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user