Skip to content

Commit 25404c0

Browse files
committed
Rename all badges with git-lab to gitlab
I deployed #865 Then we reverted that change #876 So the migrations that were reverted have been run on production :( These new migrations are idempontent so shouldn't affect anyone who *doesn't* have the reverted migrations...
1 parent dd6a76b commit 25404c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UPDATE badges SET badge_type = replace(badge_type, 'gitlab', 'git-lab');
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UPDATE badges SET badge_type = replace(badge_type, 'git-lab', 'gitlab');

0 commit comments

Comments
 (0)