Files
StageAI/drizzle
CTO 2caf7d1229
All checks were successful
Deploy to VPS / deploy (push) Successful in 48s
fix: remove broken CROSS JOIN from migration 0005
The CROSS JOIN referenced s.system_prompt which didn't exist in the
VALUES alias, causing the entire migration transaction to fail.
This prevented the skills table from being created at all.

Seed is now handled entirely by migration 0006.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-13 21:30:33 +00:00
..