Skip to content

Commit a99d8e5

Browse files
committed
Fix typo.
1 parent a8235fc commit a99d8e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SharingGRDBCore/Documentation.docc/Articles/ComparisonWithSwiftData.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ structure of your data types. The overall steps to follow are as such:
644644
migrator.registerMigration("Make 'title' unique") { db in
645645
// 1️⃣ Delete all items that have duplicate title, keeping the first created one:
646646
try Item
647+
.delete()
647648
.where {
648649
!$0.id.in(
649650
Item

0 commit comments

Comments
 (0)