mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Rename notifications.queued
to read
This commit is contained in:
parent
dfff6f6d12
commit
7a9a7c052f
11 changed files with 30 additions and 23 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameNotificationsQueuedToRead < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :notifications, :queued, :read
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue