Browse Source

updated readme

aguryev 3 years ago
parent
commit
d6612a45cd
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -1,3 +1,13 @@
+UPDATE
+------
+#### 24 Aug 2020  
+The `ResultsDB` structure was updatetd to support `ResultsBrowser` module:
+* field `number` was inrouduced to tables `TestCaseSequences` and `TestCases`
+To update your current DB, run
+```bash
+python db_add_number.py
+```
+
 # Welcome
 Please find the full documentation on [ReadTheDocs](https://baangt.readthedocs.io)