Logo
Explore Help
Register Sign In
MOPC/MOPC-Portal
1
0
Fork 0
You've already forked MOPC-Portal
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6b40fe7726ae9137ae274cdb423d0fae3381c630
MOPC-Portal/prisma/migrations/20260204000000_add_round_entry_notification/migration.sql

7 lines
245 B
MySQL
Raw Normal View History

Add unified expertise tag system and round entry notifications - ExpertiseSelect now fetches tags from database with category grouping - Tags set by admin during invitation are locked and cannot be removed - Onboarding merges user-selected tags with admin-preset tags - MENTOR role now goes through onboarding flow - Added migration for Round.entryNotificationType column - Added seed script with ~90 comprehensive expertise tags Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 01:15:21 +01:00
-- AddRoundEntryNotification
-- Adds the entryNotificationType column to Round table for configurable notifications
Make migrations idempotent and add missing tables - Make all pending migrations idempotent (safe to re-run) - Disable decouple_projects_from_rounds migration (schema not changed) - Add ProjectTag table for AI tagging - Add AssignmentJob table for AI assignment progress On server deployment, run: npx prisma migrate deploy Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 11:09:37 +01:00
DO $$ BEGIN
ALTER TABLE "Round" ADD COLUMN "entryNotificationType" TEXT;
EXCEPTION WHEN duplicate_column THEN NULL; END $$;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 59ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API