02-briven-engine.sql 430 B

123456789101112
  1. -- OBSOLETE for product line (DOLTGRES-FIRST).
  2. --
  3. -- briven-engine Auth data MUST live on Doltgres database `briven_engine`,
  4. -- created by compose service `briven-engine-db-init` (or API ensure),
  5. -- NOT on stock Postgres.
  6. --
  7. -- This file is intentionally a no-op so accidental mounts on the rollback
  8. -- postgres container do not create a second Auth brain.
  9. --
  10. -- See: DOLTGRES-FIRST.md · BRIVEN-AUTH-FROM-ZERO-PLAN.md
  11. SELECT 1;