1
0
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:
Louis Schmieder
2021-08-16 13:59:23 +02:00
committed by GitHub
parent 482eecbc13
commit 0d30667ab5
2 changed files with 3 additions and 6 deletions

View File

@@ -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
}