mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
orm: fix orm_option_time_test.v after 2d0ed2c
made insert in parent tables with child ones missing fail
This commit is contained in:
parent
86c0271569
commit
59a8690dbd
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ fn test_main() {
|
|||
|
||||
sql db {
|
||||
create table Foo
|
||||
create table Child
|
||||
}!
|
||||
foo := Foo{
|
||||
name: 'abc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue