Changes between Version 74 and Version 75 of DeveloperGuidelinesS3Framework
- Timestamp:
- 03/04/12 18:50:05 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v74 v75 37 37 38 38 === Synchronization === 39 All tables which are user-editable need to be protected for conflict resolution & synchronization using the predefined reusable fields {{{timestamp}}} & {{{uuidstamp}}} .39 All tables which are user-editable need to be protected for conflict resolution & synchronization using the predefined reusable fields {{{timestamp}}} & {{{uuidstamp}}} - usually added via {{{s3.metafields}}}. 40 40 41 41 * [wiki:DeveloperGuidelinesDatabaseSynchronization Database Synchronization]