Skip to content

Commit cba9a45

Browse files
committed
Remove unused column
1 parent c114453 commit cba9a45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/Reminders/Schema.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ func appDatabase() throws -> any DatabaseWriter {
169169
try #sql(
170170
"""
171171
CREATE VIRTUAL TABLE "reminderTexts" USING fts5(
172-
"reminderID" UNINDEXED,
173172
"title",
174173
"notes",
175174
"tags",

0 commit comments

Comments
 (0)