Skip to content

Commit

Permalink
changes in db_changelog document
Browse files Browse the repository at this point in the history
  • Loading branch information
shimilgithub committed Oct 5, 2023
1 parent f2bb3f5 commit 970d594
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/db_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
This document captures all database modifications made during each release . It will serve as a reference guide for future deployments, promoting consistency and ease of use across different setups.


## Beta.31: 05-10-2023 , commit id :7f38ac0b5008341cd923d4cc1d769b2fee47f67a , [#715](https://github.com/Bridgeconn/vachan-api/pull/715/)
## Beta.31:
### Release Date : 19-09-2023
### Commit Id :7f38ac0b5008341cd923d4cc1d769b2fee47f67a
### PR: [#715](https://github.com/Bridgeconn/vachan-api/pull/715/)
This release includes:
- db changes in commentary
- `chapter`.`verseStart` and `verseEnd` columns are removed
- new json field `reference` is added which includes `book`,`chapter`,`verseNumber`,`bookEnd`,`chapterEnd` and `verseEnd`
- Actions performed
- Delete all tables of commentary using DELETE COMMENTARY API
- Delete all commentary sources using DELETE SOURCE API
- Add commentary sources using POST SOURCE API
- Upload commentary data(with changed reference structure) using POST COMMENTARY API
- Delete all tables of commentary using `DELETE COMMENTARY` API
- Delete all commentary resources using `DELETE RESOURCE` API
- Add commentary resources using `POST RESOURCE` API
- Upload commentary data(with changed reference structure) using `POST COMMENTARY` API

### --------------------------------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 970d594

Please sign in to comment.