mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Rename notifications.body
to text
This commit is contained in:
parent
8765baf319
commit
dfff6f6d12
16 changed files with 30 additions and 22 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameNotificationsBodyToText < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :notifications, :body, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue