orm: fix orm_option_time_test.v after 2d0ed2c made insert in parent tables with child ones missing fail

This commit is contained in:
Delyan Angelov 2024-02-11 10:02:36 +02:00
parent 86c0271569
commit 59a8690dbd
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -27,6 +27,7 @@ fn test_main() {
sql db {
create table Foo
create table Child
}!
foo := Foo{
name: 'abc'