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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}