Skip to content

Use bigint keys

Taico Aerts requested to merge update-schema-keys into development

Creating a database from scratch now uses bigint keys, and foreign key constraints fail because all the references are not bigint. This fixes that issue.

Merge request reports