Skip to content

Commit

Permalink
changes in db documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shimilgithub committed Oct 11, 2023
1 parent f488e8f commit 61417d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/db_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This release includes:
```
ALTER TABLE <commentary_table> ADD COLUMN reference JSONB;
UPDATE <commentary_table> SET reference = jsonb_build_object('book', book,
UPDATE <commentary_table> SET reference = jsonb_build_object('book', book,
'chapter', chapter,
'verseNumber', verse,
'bookEnd', book,'
Expand All @@ -40,6 +40,6 @@ This release includes:
```
### **--------------------------------------------------------------------------------------------------------------------------------------------**
### **--------------------------------------------------------------------------------------------------------------------**

0 comments on commit 61417d4

Please sign in to comment.