openfire-docker-compose/cluster_with_federation/sql
Matthew Vivian 9d99ddbc8c refactor: rename openfire.sql to clarify execution order
Renamed openfire.sql to 000-init-openfire.sql to make the initialisation order explicit in the filename. This helps when adding additional SQL scripts that need to run after the schema is created, as PostgreSQL executes files in /docker-entrypoint-initdb.d alphabetically.

The new openfire-integration-test repo uses this openfire-docker-compose repository as a base (using git submodules) for its tests but needs to reconfigure Openfire via the database before startup. To do this it overlays additional SQL files into this openfire-docker-compose repository's sql folders so they are run on startup. It has had to prefix its new SQL file with zz- to make sure it runs after the initialisation SQL file in our repository. This change should make future similar uses less complex/error-prone.
2025-01-07 13:41:20 +00:00
..
clustered refactor: rename openfire.sql to clarify execution order 2025-01-07 13:41:20 +00:00
otherdomain refactor: rename openfire.sql to clarify execution order 2025-01-07 13:41:20 +00:00