Package Postgres migrations with user-engine
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-27 23:20:40 +02:00
parent 2869c1030d
commit c27012afe5
4 changed files with 71 additions and 10 deletions

View file

@ -17,6 +17,9 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
user_engine = ["migrations/postgres/*.sql"]
[tool.user-engine]
package = "user_engine"
workplan = "USER-WP-0006"