Schema Versioning
Version Control
# post.yaml
version: 1.0
lastUpdated: "2024-01-21"
description: "Blog post schema with basic fields and relationships"
changelog:
- version: 1.0
date: "2024-01-21"
changes:
- "Initial schema creation"
- "Added basic fields"
- "Added user relationship"
model: Post
# ... rest of schemaMigration Strategy
Last updated