feat(db): teams schema, preferences.mutable, projects.ownerType
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

- Add mutable column to preferences table (distinguishes user-adjustable prefs from enforcements)
- Add teams and team_members tables for multi-member project ownership
- Add teamId and ownerType columns to projects table
- Generate Drizzle migration

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 20:40:42 -05:00
parent d5a1791dc5
commit 569ec551fd
4 changed files with 2530 additions and 0 deletions

View File

@@ -15,6 +15,13 @@
"when": 1773602195609,
"tag": "0001_magical_rattler",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1773625181629,
"tag": "0002_nebulous_mimic",
"breakpoints": true
}
]
}