managarten/scripts
Till JS 3ea28b9065 refactor(db): consolidate ~20+ databases into 2 (mana_platform + mana_sync)
Mirrors the frontend unification (single IndexedDB) on the backend.
All services now use pgSchema() for isolation within one shared database,
enabling cross-schema JOINs, simplified ops, and zero DB setup for new apps.

- Migrate 7 services from pgTable() to pgSchema(): mana-user (usr),
  mana-media (media), todo, traces, presi, uload, cards
- Update all DATABASE_URLs in .env.development, docker-compose, configs
- Rewrite init-db scripts for 2 databases + 12 schemas
- Rewrite setup-databases.sh for consolidated architecture
- Update shared-drizzle-config default to mana_platform
- Update CLAUDE.md with new database architecture docs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 14:31:28 +02:00
..
mac-mini feat(mana-video-gen): add AI video generation service with LTX-Video 2026-04-02 01:17:47 +02:00
test-data chore: replace all mana-core-auth references with mana-auth 2026-03-28 18:05:31 +01:00
test-reporting test: implement comprehensive automated testing system with daily CI/CD 2025-12-25 19:12:27 +01:00
audit-workspace-deps.mjs feat(infra): add workspace dependency audit script 2026-03-24 22:36:11 +01:00
backup-monitoring.sh 📈 feat(monitoring): upgrade to VictoriaMetrics + DuckDB analytics 2026-01-28 12:38:04 +01:00
check-status.sh feat(monitoring): add uptime monitoring via Blackbox Exporter 2026-03-31 17:43:25 +02:00
create-gift-codes.mjs feat(gifts): add gift code creation script and initial codes 2026-02-14 11:23:08 +01:00
deploy-metrics.sh fix(deploy): fix image size measurement in deploy metrics 2026-03-20 21:13:03 +01:00
ecosystem-audit.mjs feat(ecosystem-audit): add Tier 3 metrics (git activity, a11y, auth guard, docker) 2026-03-31 16:32:56 +02:00
fix-mixed-imports.mjs Fix wrong type 2025-12-04 23:25:25 +01:00
generate-dockerfiles.mjs feat(infra): extend Dockerfile validator to backends and services 2026-03-25 08:57:10 +01:00
generate-env.mjs refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
generate-status-page.sh feat(status-page): add ManaCore to app registry + fix mana.how badge 2026-04-01 11:59:16 +02:00
lighthouse-audit.sh feat(ci): add smoke tests workflow + Lighthouse audit script 2026-03-28 18:09:37 +01:00
run-tests-with-coverage.sh test: implement comprehensive automated testing system with daily CI/CD 2025-12-25 19:12:27 +01:00
setup-databases.sh refactor(db): consolidate ~20+ databases into 2 (mana_platform + mana_sync) 2026-04-02 14:31:28 +02:00
validate-dockerfiles.mjs chore: remove all NestJS backend references, replace with Hono/Bun 2026-03-31 16:52:25 +02:00
validate-monorepo.mjs refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00