This is an old revision of the document!
Improvement - Use a database migration tool
Background
It could be useful to use a database migration tool for the gateway like https://flywaydb.org/. Adding tables would be much easier to audit / run in production if we had a tool like this. Migrations could run before the application starts up for example and since they're checked into version control they can be audited and approved with the normal workflow.