REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5) #6

Merged
sneak merged 1 commits from :pre-1.0-migration-rule into main 2026-02-28 17:02:15 +01:00
Collaborator

Expands the migration rule with explicit details:

  • 000_migration.sql contains ONLY the migrations table creation
  • 001_schema.sql contains the full app schema
  • Pre-1.0: edit 001_schema.sql directly, never add 002/003/etc
  • Post-1.0: add new numbered files, never edit existing ones
Expands the migration rule with explicit details: - `000_migration.sql` contains ONLY the migrations table creation - `001_schema.sql` contains the full app schema - Pre-1.0: edit `001_schema.sql` directly, never add 002/003/etc - Post-1.0: add new numbered files, never edit existing ones
clawbot added 1 commit 2026-02-28 16:59:57 +01:00
sneak merged commit a1ffb1591b into main 2026-02-28 17:02:15 +01:00
sneak deleted branch pre-1.0-migration-rule 2026-02-28 17:02:15 +01:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/prompts#6