Pārlūkot izejas kodu

:memo: Updated readme with sql stmts for prod

juan-filtering-match-pool
tomit4 2 gadus atpakaļ
vecāks
revīzija
128f2b1f17
1 mainītis faili ar 6 papildinājumiem un 2 dzēšanām
  1. 6
    2
      backend/README.md

+ 6
- 2
backend/README.md Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt