Skip to content

Commit

Permalink
orm: fix orm_option_time_test.v after 2d0ed2c made insert in parent t…
Browse files Browse the repository at this point in the history
…ables with child ones missing fail
  • Loading branch information
spytheman committed Feb 11, 2024
1 parent 86c0271 commit 59a8690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/orm/orm_option_time_test.v
Expand Up @@ -27,6 +27,7 @@ fn test_main() {

sql db {
create table Foo
create table Child
}!
foo := Foo{
name: 'abc'
Expand Down

0 comments on commit 59a8690

Please sign in to comment.