diff options
Diffstat (limited to 'db/migrate/20090614091200_fix_messages_sticky_null.rb')
-rw-r--r-- | db/migrate/20090614091200_fix_messages_sticky_null.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20090614091200_fix_messages_sticky_null.rb b/db/migrate/20090614091200_fix_messages_sticky_null.rb index 5681b36d0..66ea4bf2c 100644 --- a/db/migrate/20090614091200_fix_messages_sticky_null.rb +++ b/db/migrate/20090614091200_fix_messages_sticky_null.rb @@ -1,5 +1,3 @@ -# frozen_string_literal: false - class FixMessagesStickyNull < ActiveRecord::Migration[4.2] def self.up Message.where('sticky IS NULL').update_all('sticky = 0') |