File tree Expand file tree Collapse file tree
Sources/SQLiteData/Documentation.docc/Articles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ Info.plist with a value of `true`. This is subtly documented in [Apple's documen
1919 - [ Accepting shared records] ( #Accepting-shared-records )
2020 - [ Diving deeper into sharing] ( #Diving-deeper-into-sharing )
2121 - [ Sharing root records] ( #Sharing-root-records )
22- - [ Sharing foreign key relationships] ( #Sharing-foreign-key-relationships )
23- - [ One-to-many relationships] ( #One-to-many-relationships )
24- - [ Many-to-many relationships] ( #Many-to-many-relationships )
25- - [ One-to-"at most one" relationships] ( #One-to-at-most-one-relationships )
22+ - [ Sharing foreign key relationships] ( #Sharing-foreign-key-relationships )
23+ - [ One-to-many relationships] ( #One-to-many-relationships )
24+ - [ Many-to-many relationships] ( #Many-to-many-relationships )
25+ - [ One-to-"at most one" relationships] ( #One-to-at-most-one-relationships )
2626 - [ Sharing permissions] ( #Sharing-permissions )
2727 - [ Controlling what data is shared] ( #Controlling-what-data-is-shared )
2828
@@ -194,7 +194,7 @@ a "root" is `RemindersList`. It is the only one with no foreign key relationship
194194` Reminder ` , ` CoverImage ` , ` Tag ` or ` ReminderTag ` can be directly shared on their own because they
195195are not root tables.
196196
197- #### Sharing foreign key relationships
197+ ### Sharing foreign key relationships
198198
199199> Important: Foreign key relationships are automatically synchronized, but only if the related
200200> record has a single foreign key. Records with multiple foreign keys cannot be synchronized.
You can’t perform that action at this time.
0 commit comments