Remove emojis from all markdown docs, add consolidation plan

- Strip emojis from 47 markdown files across docs/, sql/, and root
- Add docs/DOCS_CONSOLIDATION_PLAN.md with plan to reduce 45 docs to 8
- Establish no-emoji rule for documentation going forward

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2025-12-11 07:42:52 -05:00
parent 9fc3420716
commit e598f72616
42 changed files with 1105 additions and 937 deletions

View File

@@ -7,7 +7,7 @@
---
## ⚠️ CRITICAL DATA PRESERVATION
## CRITICAL DATA PRESERVATION
**Production has MORE data than dev:**
- Production PCs: **286** (in `pc` table)
@@ -91,9 +91,9 @@ ALTER TABLE machines
```
**Impact:**
- Preserves all 275 production machines
- ⚠️ Removes ipaddress1/ipaddress2 (will be migrated to communications)
- Makes room for 286 PCs to be added
- Preserves all 275 production machines
- Removes ipaddress1/ipaddress2 (will be migrated to communications)
- Makes room for 286 PCs to be added
#### `businessunits` - Add 5 columns
```sql
@@ -105,7 +105,7 @@ ALTER TABLE businessunits
ADD COLUMN dt_lead_sso varchar(50) DEFAULT NULL COMMENT 'DT Lead SSO';
```
**Impact:** No data loss, adds metadata fields
**Impact:** No data loss, adds metadata fields
#### `controllertypes` - Add 4 columns
```sql
@@ -116,7 +116,7 @@ ALTER TABLE controllertypes
ADD COLUMN controllernotes text;
```
**Impact:** No data loss, adds metadata fields
**Impact:** No data loss, adds metadata fields
#### `machine_overrides` - Definition changes
**Action:** Need to investigate exact differences
@@ -372,10 +372,10 @@ FROM machine_pc_relationships mpc;
## Migration Execution Order
### PRE-MIGRATION (Do First!)
1. **BACKUP PRODUCTION DATABASE** (already done: database-backup-11-20-25-eod-with-drop.sql)
2. Test all scripts on dev database first
3. Schedule maintenance window
4. Notify users
1. **BACKUP PRODUCTION DATABASE** (already done: database-backup-11-20-25-eod-with-drop.sql)
2. Test all scripts on dev database first
3. Schedule maintenance window
4. Notify users
### MIGRATION EXECUTION (In Order)
1. **Phase 1a:** Create backup tables for IPs (5 seconds)