Skip to content

Commit 84a476d

Browse files
committed
Revert "wip"
This reverts commit 6d5e42b.
1 parent 89941f7 commit 84a476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLiteData/CloudKit/SyncMetadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
///
1111
/// See <doc:CloudKit#Accessing-CloudKit-metadata> for more info.
1212
@available(iOS 17, macOS 14, tvOS 17, watchOS 10, *)
13-
@Table("sqlitedata_icloud_metadata", schema: "sqlitedata_icloud")
13+
@Table("sqlitedata_icloud_metadata")
1414
public struct SyncMetadata: Hashable, Identifiable, Sendable {
1515
/// A selection of columns representing a synchronized record's unique identifier and type.
1616
@Selection

0 commit comments

Comments
 (0)