soc_site-astro/prisma/migrations/20250321172750_fix_verification_table_column/migration.sql
Jorge Vargas 4cafc41b88
Some checks failed
/ build (push) Failing after 4m43s
Implement Discord linking
2025-03-21 11:35:03 -06:00

2 lines
71 B
SQL

-- AlterTable
ALTER TABLE `verification` MODIFY `value` TEXT NOT NULL;