We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8235fc commit a99d8e5Copy full SHA for a99d8e5
Sources/SharingGRDBCore/Documentation.docc/Articles/ComparisonWithSwiftData.md
@@ -644,6 +644,7 @@ structure of your data types. The overall steps to follow are as such:
644
migrator.registerMigration("Make 'title' unique") { db in
645
// 1️⃣ Delete all items that have duplicate title, keeping the first created one:
646
try Item
647
+ .delete()
648
.where {
649
!$0.id.in(
650
Item
0 commit comments