blob: bf6894a8351930197172d9a3d2a35ad2ee809ae1 (
plain)
1
2
3
4
5
6
|
require Rails.root.join('db/migrate/20151007120511_namespaces_projects_path_lower_indexes')
desc 'GitLab | Sets up PostgreSQL'
task setup_postgresql: :environment do
NamespacesProjectsPathLowerIndexes.new.up
end
|