camel case for reddit labels and run values

This commit is contained in:
azivner
2018-04-04 22:29:11 -04:00
parent abfc64af95
commit cf7a336ac2
5 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
UPDATE labels SET name = 'frontendStartup' WHERE name = 'frontend_startup';
UPDATE labels SET name = 'backendStartup' WHERE name = 'backend_startup';