mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06: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