-- Remove deleted_at column from units table DROP INDEX IF EXISTS idx_units_deleted_at; ALTER TABLE units DROP COLUMN IF EXISTS deleted_at;