Skip to main content
Version: Local Β· In Progress

Migration History

Auto-generated

This page is auto-generated from backend/src/migrations/. Do not edit manually.

28 migrations tracked.

Migrations​

#DateMigrationDescription
12024-03-06ComprehensiveProductionSetupComprehensive production setup
22024-03-06WeaverScanTablesWeaver scan tables
32026-03-20AddSsoSupportAdd sso support
42026-03-22AddModuleFeatureFlagsAdd module feature flags
52026-03-23AddAssessmentScheduleAdd assessment schedule
62026-03-25AddChainProofColumnsAdd chain proof columns
72026-03-26AddForcePasswordChangeAdd force password change
82026-03-27AddInviteSystemAndTenantMembershipsAdd invite system and tenant memberships
92026-03-28SessionMar21UpdatesSession mar21 updates
102026-03-29AddMissingColumnsAdd missing columns
112026-03-30AddIntelSyncRecordsFetchedAdd intel sync records fetched
122026-03-31AddSyncJobsAndVulnColumnsAdd sync jobs and vuln columns
132026-04-02FixCriticalColumnDriftFix critical column drift
142026-04-03ComprehensiveSchemaSyncComprehensive schema sync
152026-04-04AddScanAgentGatewayAdd scan agent gateway
162026-04-05AddSemanticHashAdd semantic hash
172026-04-06AddScanHistoryObservationAdd scan history observation
182026-04-07AddPentestFindingExceptionAdd pentest finding exception
192026-04-09AddPentestScanTemplateAdd pentest scan template
202026-04-10AddVprScoreToVulnerabilitiesAdd vpr score to vulnerabilities
212026-04-11AddPentestFindingSlaAdd pentest finding sla
222026-04-12AddTenantEntitlementsAdd tenant entitlements
232026-04-13AddModuleSpecificRolesAdd module specific roles
242026-04-16AddPhase0OsintColumnsAdd phase0 osint columns
252026-04-17AddPhaseDurationsAdd phase durations
262026-04-18AddAiSecurityTablesAdd ai security tables
272026-04-19AddBaselineAssessmentAdd baseline assessment
282026-04-20AddOwaspLlmCategoryAdd owasp llm category

Running Migrations​

# Check migration status
npm run migrate:status

# Run local migrations (public schema)
npm run migrate:local

# Run dev/cloud migrations (multi-tenant)
npm run migrate:dev

# Run production migrations (transaction-safe)
npm run migrate:production

Generated on 2026-04-04