Skip to content

Commit a6d8589

Browse files
committed
Update table descriptions
1 parent 2e84c07 commit a6d8589

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ With the `user_traits` table, you'll see all traits that belong to a profile, re
239239

240240
When a merge occurs, two things happen:
241241
1. Segment deletes the **merge from** profile in the table, along with with all the traits that belong to it.
242-
2. Segment updates the **merge to** profile with the traits from the **merge from**, or previously deleted profile.
242+
2. Segment updates the **merge to** profile with the traits from the profile deleted in step 1.
243243
- For any conflicting traits, Segment appends the most recent trait to the profile.
244244

245245

@@ -266,7 +266,7 @@ With the `user_identifiers` table:
266266

267267
When a merge occurs:
268268
1. Segment deletes the **merge from** profile in the view, along with all associated identifiers.
269-
2. Segment updates the **merge to** profile with the identifiers that belonged to the **merge from**, or previously deleted profile.
269+
2. Segment updates the **merge to** profile with the identifiers that belonged to the profile deleted in step 1.
270270

271271
This table has the following columns:
272272

@@ -292,7 +292,7 @@ With the `profile_merges` table:
292292

293293
When a merge occurs:
294294
1. Segment deletes the **merge from** profile, along with all Segment IDs that belong to it.
295-
2. Segment updates the **merge to** profile with Segment IDs that previously belonged to the **merge from**, or previously deleted profile.
295+
2. Segment updates the **merge to** profile with Segment IDs that previously belonged to the profile deleted in step 1.
296296

297297
This table has the following columns:
298298

0 commit comments

Comments
 (0)