diff --git a/database/migrations/comprehensive_equipment_upgrade_fixed.sql b/database/migrations/comprehensive_equipment_upgrade_fixed.sql index 18ca4f6..87f1955 100644 --- a/database/migrations/comprehensive_equipment_upgrade_fixed.sql +++ b/database/migrations/comprehensive_equipment_upgrade_fixed.sql @@ -73,6 +73,7 @@ ADD COLUMN IF NOT EXISTS power_source VARCHAR(50), -- General fields ADD COLUMN IF NOT EXISTS purchase_date DATE, ADD COLUMN IF NOT EXISTS purchase_price DECIMAL(10, 2), +ADD COLUMN IF NOT EXISTS notes TEXT, ADD COLUMN IF NOT EXISTS is_active BOOLEAN DEFAULT true; -- Step 6: Migrate existing data to new fields