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

@@ -48,13 +48,13 @@ Drop after 30-day testing:
## Key Design Decisions
**Generic `address` field** - One field for IP/COM/USB/etc (determined by comstypeid)
**Simplified warranties** - Just name + expiration date
**Liaison in businessunits** - No separate liaisons table
**Unified machine types** - PC types added to machinetypes
**Vendor FK** - compliance.managedbyvendorid → vendors table
**Minimal audit** - Removed unnecessary dateadded/lastupdated fields
**Machine relationships** - Generic table for dualpath, PC-to-machine control, future clusters
**Generic `address` field** - One field for IP/COM/USB/etc (determined by comstypeid)
**Simplified warranties** - Just name + expiration date
**Liaison in businessunits** - No separate liaisons table
**Unified machine types** - PC types added to machinetypes
**Vendor FK** - compliance.managedbyvendorid → vendors table
**Minimal audit** - Removed unnecessary dateadded/lastupdated fields
**Machine relationships** - Generic table for dualpath, PC-to-machine control, future clusters
---
@@ -190,7 +190,7 @@ Drop after 30-day testing:
## Next Step
**Create Phase 1 SQL Scripts** (8 scripts + 8 rollback scripts)
**Create Phase 1 SQL Scripts** (8 scripts + 8 rollback scripts)
---