- if you just need an update updated database schema and you access the DB using JPA you can use the standard schema migrations which are applied when used: migrations: `hibernate.hbm2ddl.auto=update`
- when you have a proprietary stack you can implement an extension point that is triggered at deploy time: `ch.ivyteam.ivy.deployment.restricted.IProjectResourceDeployer`. But be warned that this an internal extension point and can be changed at any time from our side without notice.