AeThex-OS/script
MrPiglr 4b84eedbd3 feat: Add revenue_events table and fix migration FK constraints
- Add revenue_events table to track org/project revenue with source tracking
- Add Drizzle schema for revenue_events with proper org/project references
- Create migration 0006_revenue_events.sql with indexes
- Fix migration 0004: Remove FK constraints to profiles.id (auth schema incompatibility)
- Document auth.users/profiles.id type mismatch (UUID vs VARCHAR)
- Harden profile update authorization (self-update or org admin/owner only)
- Complete org-scoping security audit implementation (42 gaps closed)
2026-01-05 04:54:12 +00:00
..
backfill-organizations.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
build-linux-iso-full.sh feat: Full layered OS architecture - Wine + Docker + Dev Tools 2025-12-28 10:07:32 -07:00
build-linux-iso-simple.sh refactor: Simplified ISO build for Docker (no privileged mode) 2025-12-28 09:17:24 -07:00
build-linux-iso.sh refactor: Simplified ISO build for Docker (no privileged mode) 2025-12-28 09:17:24 -07:00
build.ts Fix ESM module compatibility: convert build to ESM format with proper require/dirname shims for Supabase 2025-12-23 04:56:10 +00:00
check-tables.ts new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
cli-commands.ts modified: package-lock.json 2025-12-23 21:10:42 +00:00
cli.ts modified: package-lock.json 2025-12-23 21:10:42 +00:00
flash-usb.sh tools: add USB flash script and GitLab artifact downloader; docs: quick flashing guide; gitignore artifacts/ and ISO files 2025-12-27 23:45:00 +00:00
gitlab-download-artifacts.sh new file: README.txt 2025-12-28 02:53:08 +00:00
migrate-mode.ts modified: server/routes.ts 2025-12-24 02:45:56 +00:00
migrate-os.ts new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
org-scope-audit.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
run-migration.ts new file: EXPANSION_COMPLETE.md 2025-12-24 00:24:40 +00:00
run-os-migration.ts new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
seed.ts new file: script/seed.ts 2025-12-24 17:45:22 +00:00