Explorar el Código

:memo: Updated readme with sql stmts for prod

juan-filtering-match-pool
tomit4 hace 2 años
padre
commit
128f2b1f17
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6
    2
      backend/README.md

+ 6
- 2
backend/README.md Ver fichero

@@ -88,6 +88,10 @@ Tests are run with AVA with code coverage reporting via nyc. Look at the example
88 88
 -   [Ava](https://github.com/avajs/ava) - Easy testing
89 89
 -   [Nyc](https://github.com/istanbuljs/nyc) - Test coverage with Istanbul's CLI
90 90
 
91
-```
91
+## TRUNCATE TABLES IN PRODUCTION
92 92
 
93
-```
93
+users, responses, profiles, authentication
94
+TRUNCATE TABLE users;
95
+TRUNCATE TABLE responses;
96
+TRUNCATE TABLE profiles;
97
+TRUNCATE TABLE authentication;

Loading…
Cancelar
Guardar