mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
orm: fix orm unique lists (#11198)
This commit is contained in:
parent
482eecbc13
commit
0d30667ab5
2 changed files with 3 additions and 6 deletions
|
@ -67,7 +67,6 @@ fn sqlite3_array() {
|
|||
}
|
||||
|
||||
sql db {
|
||||
drop table Child
|
||||
drop table Parent
|
||||
}
|
||||
|
||||
|
@ -111,7 +110,6 @@ fn mysql_array() {
|
|||
eprintln(parent)
|
||||
|
||||
sql db {
|
||||
drop table Child
|
||||
drop table Parent
|
||||
}
|
||||
|
||||
|
@ -150,7 +148,6 @@ fn psql_array() {
|
|||
eprintln(parent)
|
||||
|
||||
sql db {
|
||||
drop table Child
|
||||
drop table Parent
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue