summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-05 17:30:40 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-13 17:58:17 -0400
commit5f20574db5c7b91d54e829010c1fda093ea8a25e (patch)
treeacb1ee012c35be0b9d1dfad785d05e70deec714b /db
parent1044dfbfd29866b101cfbdc278788bd4f55a7276 (diff)
downloadgitlab-ce-5f20574db5c7b91d54e829010c1fda093ea8a25e.tar.gz
Fix a few remaining references to the old Theme names/IDs
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/production/001_admin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/production/001_admin.rb b/db/fixtures/production/001_admin.rb
index 8b560ee09e0..1c8740f6ba9 100644
--- a/db/fixtures/production/001_admin.rb
+++ b/db/fixtures/production/001_admin.rb
@@ -12,7 +12,7 @@ admin = User.create(
username: 'root',
password: password,
password_expires_at: expire_time,
- theme_id: Gitlab::Theme::MARS
+ theme_id: Gitlab::Themes::APPLICATION_DEFAULT
)