Updated to using managed types instead of

hard coded ones.
This commit is contained in:
2026-01-16 17:48:46 +02:00
parent 14e6737a1d
commit 4defe33bd3
280 changed files with 48455 additions and 62 deletions

16
scripts/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Database Scripts
Use these scripts in the order that matches your environment.
Fresh install:
1) `scripts/setup-database-user.sql` (optional, run as MySQL root)
2) `scripts/schema.sql` (creates tables + default admin user)
Existing database upgrades:
1) `scripts/migrate-managed-types.sql` (adds managed types + hierarchy)
Maintenance:
- `scripts/database-maintenance.sql`
Archived scripts:
- Legacy one-off migrations are in `scripts/archive/` for reference only.