builder-web/bin/migrations
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
..
builder_migrations.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
dune
grej.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
m20210126.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
m20210202.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
m20210216.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
m20210218.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
m20210308.ml Store relative paths for build artifacts in database 2021-06-01 15:43:55 +00:00
m20210427.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
m20210531.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
m20210602.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
m20210608.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
m20210609.ml Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00