gitlab-org--gitlab-foss/db
Rémy Coutable 22c1c9805b
Fix ApplicationSetting development seed
It could happen that there's a cached (in Redis) ApplicationSetting
record, and calling
`Gitlab::CurrentSettings.current_application_settings` only returns it
instead of creating a new DB record, which makes the
`ApplicationSetting.current_without_cache.update!` call fail.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-10 15:56:46 +02:00
..
fixtures Fix ApplicationSetting development seed 2019-04-10 15:56:46 +02:00
importers Add NGINX 0.16.0 and above metrics 2018-12-17 23:48:55 +00:00
migrate Mark unverified pages domains for removal 2019-04-09 17:46:29 +00:00
optional_migrations Add version 4.2 to all existing migrations 2018-11-22 13:18:28 +01:00
post_migrate Clean up noteable_id for notes on commits 2019-04-06 08:29:51 +08:00
schema.rb Mark unverified pages domains for removal 2019-04-09 17:46:29 +00:00
seeds.rb