Commit ac6544f
committed
feat: switch to PostgreSQL
BREAKING CHANGE: Adding a PostgreSQL container is required. A reseed of the database is also required, data cannot be transferred from sqlite3 to PostgreSQL. This reseed is done automatically on first start.1 parent 434f05e commit ac6544f
31 files changed
Lines changed: 437 additions & 715 deletions
File tree
- prisma
- migrations
- 20240531202614_init
- 20240531203221_nullable_usual_first_name
- 20240531203509_more_nullables
- 20240531203830_sync_table
- 20240531203904_sync_table_kind_unique
- 20240531214555_pool_nums
- 20240531214556_pool_nums_values
- 20240604111103_cursus_user_end_at_can_be_null
- 20240604113853_cursus_user_grade_can_be_null
- 20240604115117_add_created_at_and_updated_at_to_projects
- 20240604115420_unlink_cursuses_and_projects
- 20240604120549_add_current_team_id_and_marked_at_to_projectuser
- 20240604140115_add_locations
- 20240703140329_anonymization_date_can_be_null
- 20240703140429_anonymization_date_convert_zero_to_null
- 20250130144450_add_groups
- 20250130151906_groups_user_remove_updated_created_at
- 20260124131340_add_user_alumnization_date
- 20260318135030_init
- src
- handlers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments