builder-web/bin
Reynir Björnsson bde3baec46 Refactor migrations and don't enable foreign keys
Each migration is, for the most part, a module that exposes expected
database version numbers, command identifier and documentation. This
results in all information about the migration and rollback are
found in the module itself, and builder_migrations.ml only has to
reference the module.

Some migrations require foreign keys constraints are disabled. It is not
possible to enable or disable foreign key constraints inside a
transaction.
2021-06-10 12:08:14 +02:00
..
migrations Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
builder_db.ml Add a user-disable command, enforce foreign key constraints in builder_db.exe and migrations 2021-06-09 13:45:22 +00:00
builder_web_app.ml Add http status metrics middleware 2021-06-08 12:36:53 +00:00
dune Add http status metrics middleware 2021-06-08 12:36:53 +00:00