Procházet zdrojové kódy

:memo: Updated readme with sql stmts for prod

tags/0.0.4
tomit4 před 2 roky
rodič
revize
5fdbff9e7b
1 změnil soubory, kde provedl 6 přidání a 2 odebrání
  1. 6
    2
      backend/README.md

+ 6
- 2
backend/README.md Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit