Julien Fastré
49d2e98a1a
[person] Feature: add a person's center history
...
The association between Person and Center is now stored in a dedicated
Entity: `PersonCenterHistory`, which have a date interval (start date
and endDate). The SQL counterpart is a table, with a constraint which
ensure that no person might be associated with two center at the same time.
For ease, a view is created to get the current center associated with
the person.
The dedicated migration creates also:
* indexes for a rapid search for person at current date;
* and populate the table from current data, setting the startdate to the
person's creation date and time if any, `NOW()` unless.
The `Person` entity is also updated to use the information from the
PersonCenterHistory classes, but this commit does not yet delete the
`Center` column.
2022-09-26 21:11:01 +02:00
..
2021-11-30 13:54:58 +01:00
2021-11-30 13:54:58 +01:00
2021-11-30 13:54:58 +01:00
2021-11-30 13:54:58 +01:00
2021-11-30 13:54:58 +01:00
2021-11-30 13:54:58 +01:00
2021-11-30 13:54:58 +01:00
2021-12-21 10:59:23 +01:00
2021-11-30 13:54:58 +01:00
2021-11-30 13:54:58 +01:00
2021-11-30 13:54:58 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-30 09:39:45 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-11-23 14:08:50 +01:00
2021-12-14 18:48:31 +00:00
2021-12-13 22:57:50 +01:00
2021-12-13 22:57:50 +01:00
2021-12-16 21:23:34 +01:00
2022-01-10 11:03:14 +00:00
2022-01-10 23:08:23 +01:00
2022-01-19 15:40:38 +01:00
2022-01-26 12:52:15 +00:00
2022-01-24 10:59:00 +00:00
2022-01-28 15:39:37 +01:00
2022-02-19 09:43:20 +01:00
2022-03-02 16:02:23 +01:00
2022-02-25 16:13:31 +01:00
2022-03-03 15:17:05 +01:00
2022-03-23 00:05:36 +01:00
2022-03-10 18:14:57 +01:00
2022-04-25 11:24:29 +02:00
2022-04-29 16:41:13 +02:00
2022-04-29 15:51:54 +02:00
2022-05-27 15:48:50 +02:00
2022-09-26 21:11:01 +02:00