Format
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class MigrateEverythingAcccessesToWatching < ActiveRecord::Migration[8.1]
|
||||
def up
|
||||
execute <<-SQL
|
||||
UPDATE accesses
|
||||
SET involvement = 'watching'
|
||||
UPDATE accesses#{' '}
|
||||
SET involvement = 'watching'#{' '}
|
||||
WHERE involvement = 'everything'
|
||||
SQL
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user