Repair Database Schema

Back to Debug
Repair Database Schema
Fix common schema issues like constraints and missing columns

Important Information

This tool will modify your database schema to fix common issues like NOT NULL constraints and missing columns. It will not delete any data.

The repair process will:

  • Make the email column nullable in the users table
  • Add missing columns like slack_id and slack_team_id
  • Fix other common schema issues