mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 05:04:03 +00:00
5 lines
141 B
Ruby
5 lines
141 B
Ruby
class UpdateEventStates < ActiveRecord::Migration
|
|
def change
|
|
execute "UPDATE events SET state='new' WHERE state = 'review';"
|
|
end
|
|
end
|