From 59a8690dbdf592c4964034dac51da84e3e7a6445 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 11 Feb 2024 10:02:36 +0200 Subject: [PATCH] orm: fix orm_option_time_test.v after 2d0ed2c made insert in parent tables with child ones missing fail --- vlib/orm/orm_option_time_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/orm/orm_option_time_test.v b/vlib/orm/orm_option_time_test.v index 74abbb30edbcbb..d8c675e13396ea 100644 --- a/vlib/orm/orm_option_time_test.v +++ b/vlib/orm/orm_option_time_test.v @@ -27,6 +27,7 @@ fn test_main() { sql db { create table Foo + create table Child }! foo := Foo{ name: 'abc'