doc.go 429 B

12345678910111213
  1. /*
  2. === Mandatory Migrations at Startup ===
  3. This package contains the migrations that are run at startup. Such migrations are
  4. mandatory by nature, especially for self-hosted customers.
  5. A globally accessible map structure shall be maintained and updated with the respective
  6. migration scripts (functions) attached with the migration version they should be run with.
  7. */
  8. package startup_migrations