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

11 lines
227 B
Ruby

# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
namespace :zammad do
namespace :db do
desc 'Creates and migrates the DB without seeding'
task unseeded: %i[db:create db:migrate]
end
end