Skip to content

Commit

Permalink
Tilda upsert migration (3) #70
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhasson committed Dec 1, 2024
1 parent 5d98b9f commit 82e2477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wanda/data/importers/ldap/ServerHolder.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public int write(Connection C)

count++;

if (server.upsert(C, true) == false)
if (server.upsert(C) == false)
throw new Exception("Cannot create Server record");

if (domain != null)
Expand Down

0 comments on commit 82e2477

Please sign in to comment.