Skip to content

Commit

Permalink
docs: Rename date columns in event table [TECH-1615]
Browse files Browse the repository at this point in the history
  • Loading branch information
enricocolasante committed Nov 11, 2023
1 parent 37768c4 commit e5b130b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions releases/2.41/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,13 @@ The following `trackedentitycomment` related columns have been renamed
| event_comments | trackedentitycommentid | noteid |
| enrollment_comments | trackedentitycommentid | noteid |

The following `event` date columns have been renamed

| Table (new names) | Column Old Name | Column New Name |
| ---------------------------------|:------------------------------:|-----------------------:|
| event | duedate | scheduleddate |
| event | executiondate | occurreddate |

#### Postgres Reference

From Postgres docs for [alter table](https://www.postgresql.org/docs/current/sql-altertable.html)
Expand Down

0 comments on commit e5b130b

Please sign in to comment.