mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Eliminate three-state boolean
This commit is contained in:
parent
7ccd662d60
commit
cc0a6c229f
2 changed files with 8 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeNotificationsReadToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :notifications, :read, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue