Commit e9d0b58
authored
[SQL] [Biobank] 0000-00-06-biobank.sql fix order and add into test DB (#10027)
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (test_dev_270.biobank_specimen_type_unit_rel,
CONSTRAINT FK_biobank_specimen_type_unit_rel_TypeID FOREIGN KEY
(SpecimenTypeID) REFERENCES biobank_specimen_type (SpecimenTypeID))
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (test_dev_270.biobank_specimen_type_parent, CONSTRAINT
FK_biobank_specimen_type_parent_SpecimenTypeID FOREIGN KEY
(SpecimenTypeID) REFERENCES biobank_specimen_type (SpecimenTypeID))
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (test_dev_270.biobank_specimen_type_container_type_rel,
CONSTRAINT FK_biobank_specimen_type_container_type_rel_SpecimenTypeID
FOREIGN KEY (SpecimenTypeID) REFERENCES `biobank_specimen_t)
when sourcing schema1 parent bd433eb commit e9d0b58
File tree
3 files changed
+23
-12
lines changed- SQL
- php/installer
3 files changed
+23
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
392 | 384 | | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
393 | 402 | | |
394 | 403 | | |
395 | 404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments