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