diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-05-22 23:33:08 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-05-23 00:08:51 +0200 |
commit | 92ec0ae0a7997aa841106432a319be51b2d446a0 (patch) | |
tree | d72f5edaf450bcb326d6c233db8d326bcfd6e5b9 /changelogs | |
parent | 3cfcbcf35badfdb21244f7f16c8640cd83b49205 (diff) | |
download | gitlab-ce-92ec0ae0a7997aa841106432a319be51b2d446a0.tar.gz |
Fix migrations for older PostgreSQL versionsfix-retried-for-postgres
- Do not care about error when creating index on PostgreSQL
- Test against PostgreSQL 9.2
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fix-migration-for-postgres.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-migration-for-postgres.yml b/changelogs/unreleased/fix-migration-for-postgres.yml new file mode 100644 index 00000000000..dda7051c8f5 --- /dev/null +++ b/changelogs/unreleased/fix-migration-for-postgres.yml @@ -0,0 +1,4 @@ +--- +title: Fix migration for older PostgreSQL versions +merge_request: +author: |