mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
enable negatedif and correct db file
fix spacing
This commit is contained in:
parent
e2a7e396a2
commit
29650beddb
3 changed files with 9 additions and 19 deletions
|
|
@ -30,7 +30,7 @@ class MigratingSupporterRegistrationsToTicketUsers < ActiveRecord::Migration
|
|||
s.save
|
||||
end
|
||||
end
|
||||
if !s.user_id
|
||||
unless s.user_id
|
||||
s.user_id = deleted_user.id
|
||||
s.save
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue