summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/db.rake
Commit message (Expand)AuthorAgeFilesLines
* Backport EE changes made to the scripts/ directoryresolve-scripts-differencesYorick Peterse2019-07-291-0/+8
* Remove unneeded monkey-patch54478-table_exists-not-compatible-with-rails-5-1Heinrich Lee Yu2019-07-251-1/+1
* Remove dead MySQL codeNick Thomas2019-07-231-10/+3
* Fix attempting to drop views in PostgreSQLweimeng-master-patch-83366Wei-Meng Lee2019-04-021-1/+4
* Fix MySQL error when truncating a table that doesn't existJose Torres2019-02-051-2/+3
* Ensure the schema is loaded with post_migrations includedDJ Mountney2018-09-111-0/+2
* Fixes an issue where migrations instead of schema loading were runDJ Mountney2018-06-271-1/+3
* 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