Check foreign key constraints on inport in import.py

This commit is contained in:
2023-04-08 18:02:15 +02:00
parent 0c629bef5e
commit 70a66a0658
3 changed files with 37 additions and 2 deletions

View File

@ -65,3 +65,4 @@ date;from;to;hours;category;name
2023-04-02;17:45;20:45;3;import;Delivery
2023-04-03;11:30;12:45;1.25;import;Delivery
2023-04-03;13:15;14:30;1.25;import;Delivery
2023-04-08;17:30;18:00;0.5;import;Check Foreign Key Constraints

1 date from to hours category name
65 2023-04-02 17:45 20:45 3 import Delivery
66 2023-04-03 11:30 12:45 1.25 import Delivery
67 2023-04-03 13:15 14:30 1.25 import Delivery
68 2023-04-08 17:30 18:00 0.5 import Check Foreign Key Constraints