summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/db.rake
Commit message (Expand)AuthorAgeFilesLines
* Fix caching large snippet HTML content on MySQL databasesNick Thomas2017-05-031-0/+1
* Only check new migrations in 'rake down_timecheck'dm-downtime-check-only-added-filesDouwe Maan2017-03-081-1/+1
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-4/+4
* Disable MySQL foreign key checks before dropping all tablesDrew Blessing2016-07-251-0/+7
* Added checks for migration downtimemigration-downtime-tagsYorick Peterse2016-07-201-0/+15
* Properly quote table name in Rake task for MySQL and PostgreSQL compatibilityfix-issue-15259-postgresqlStan Hu2016-06-091-1/+1
* Merge branch 'fix_issue_15259' into 'master' Stan Hu2016-06-091-1/+1
|\
| * Fix bug with SQL syntax error during backup restorationDaniel Beyer2016-05-271-1/+1
* | Replace colorize gem with rainbow.Connor Shea2016-06-031-4/+4
|/
* Switch the gitlab:db:configure task to use tables.any? instead of looking spe...DJ Mountney2016-05-251-1/+1
* Update hash syntax and add changelog for the gitlab:db:configure rake taskDJ Mountney2016-05-251-2/+1
* Add a gitlab:db:configure rake task to handle conditionally seeding or migrat...DJ Mountney2016-05-251-0/+11
* Add if exists to drop commandDrew Blessing2016-05-091-1/+3
* Rake drop tables with cascadeDrew Blessing2016-05-031-1/+4
* Reload the schema before restoring a database backupDrew Blessing2016-03-211-0/+35