Admin User v1

This commit is contained in:
Eric Gullickson
2025-11-05 19:04:06 -06:00
parent e4e7e32a4f
commit 8174e0d5f9
48 changed files with 11289 additions and 1112 deletions

View File

@@ -21,6 +21,7 @@ const MIGRATION_ORDER = [
'features/fuel-logs', // Depends on vehicles
'features/maintenance', // Depends on vehicles
'features/stations', // Independent
'features/admin', // Admin role management and oversight; depends on update_updated_at_column()
];
// Base directory where migrations are copied inside the image (set by Dockerfile)