Explorar el Código

afc_statistics: Misnamed a chart

main
Ben Kurtovic hace 4 años
padre
commit
5f067eb57f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/schema/afc_statistics.sql

+ 1
- 1
tasks/schema/afc_statistics.sql Ver fichero

@@ -31,7 +31,7 @@ INSERT INTO `chart` VALUES
(3,'reviewing','Being reviewed','Reviewer'),
(4,'accepted','Recently accepted','Accepted'),
(5,'declined','Recently declined','Declined'),
(6,'created','Misplaced submissions','Created');
(6,'misplaced','Misplaced submissions','Created');
UNLOCK TABLES;

--


Cargando…
Cancelar
Guardar