trabajo-afectivo/db/seeds/user_nr_1.rb

15 lines
305 B
Ruby
Raw Normal View History

2022-01-01 13:38:12 +00:00
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
User.create_if_not_exists(
id: 1,
login: '-',
firstname: '-',
lastname: '',
email: '',
active: false,
updated_by_id: 1,
created_by_id: 1
)
UserInfo.current_user_id = 1