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

11 lines
227 B
Ruby
Raw Normal View History

# Copyright (C) 2012-2021 Zammad Foundation, http://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