gitlab-org--gitlab-foss/bin
Yorick Peterse a54af831ba
Use rake db:reset instead of db:setup
Using db:reset ensures existing tables are first dropped. This in turn
ensures that we can drop tables regardless of any foreign key
constraints. While CE currently doesn't have any foreign keys EE defines
the following relation:

    remote_mirrors.project_id -> projects.id

MySQL will complain whenever you try to drop the "projects" table first
even when using "DROP TABLE ... CASCADE".
2016-04-14 15:53:54 +02:00
..
ci
background_jobs Direct sidekiq boot output to log file 2016-01-15 11:12:49 +01:00
bundle
check
daemon_with_pidfile
mail_room
parallel-rsync-repos Add 'resume' capability to parallel-rsync-repos 2015-12-08 15:08:22 +01:00
pkgr_before_precompile.sh
rails
rake
rspec
setup Use rake db:reset instead of db:setup 2016-04-14 15:53:54 +02:00
spinach
spring
upgrade.rb
web Improve bin/ launchers 2016-01-14 15:08:15 +01:00