Files
stack/packages/db/drizzle/meta/_journal.json
Jason Woltje 569ec551fd
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
feat(db): teams schema, preferences.mutable, projects.ownerType
- 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>
2026-03-15 20:40:42 -05:00

27 lines
497 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1773368153122,
"tag": "0000_loud_ezekiel_stane",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1773602195609,
"tag": "0001_magical_rattler",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1773625181629,
"tag": "0002_nebulous_mimic",
"breakpoints": true
}
]
}