mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm: fix orm unique lists (#11198)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user