Переглянути джерело

:memo: Updated readme with sql stmts for prod

tags/0.0.4
tomit4 2 роки тому
джерело
коміт
5fdbff9e7b
1 змінених файлів з 6 додано та 2 видалено
  1. 6
    2
      backend/README.md

+ 6
- 2
backend/README.md Переглянути файл

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

Завантаження…
Відмінити
Зберегти