update structure

This commit is contained in:
Deeman
2025-07-08 22:41:59 +02:00
parent 0ef57f3e06
commit c3c281fcd8
24 changed files with 869 additions and 682 deletions

View File

View File

@@ -0,0 +1,8 @@
id,item_id,event_date
1,2,2020-01-01
2,1,2020-01-01
3,3,2020-01-03
4,1,2020-01-04
5,1,2020-01-05
6,1,2020-01-06
7,1,2020-01-07
1 id item_id event_date
2 1 2 2020-01-01
3 2 1 2020-01-01
4 3 3 2020-01-03
5 4 1 2020-01-04
6 5 1 2020-01-05
7 6 1 2020-01-06
8 7 1 2020-01-07