trabajo-afectivo/lib/tasks/zammad/db/unseeded.rake

11 lines
228 B
Ruby
Raw Permalink Normal View History

2022-01-01 13:38:12 +00:00
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
2018-10-01 17:41:17 +00:00
namespace :zammad do
namespace :db do
desc 'Creates and migrates the DB without seeding'
task unseeded: %i[db:create db:migrate]
end
end