summaryrefslogtreecommitdiff
path: root/db/migrate/20171214144320_add_store_column_to_uploads.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add version 4.2 to all existing migrationsjprovazn-versioned-migrationsJan Provaznik2018-11-221-1/+1
| | | | | | | | | DB schema generated by a migration may look different in rails 4 and 5 (because rails 5 may use different default values). For this reason it's important to explicitly set for which rails version a migration was written for. See https://stackoverflow.com/questions/35929869/activerecordmigration-deprecation-warning-asks-for-rails-version-but-im-no/35930912#35930912
* rework the migration to use the EE onesMicaël Bergeron2018-03-011-0/+12
|
* fix the EE migrationsMicaël Bergeron2018-03-011-12/+0
|
* Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern2018-02-281-0/+12
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867