mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 15:06:23 +02:00
Merge pull request #2397 from internetee/2342-notification-text-lenght
Increase notification text field length on database
This commit is contained in:
commit
e0e9c43575
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeNotificationTextTypeToText < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
change_column :notifications, :text, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue