Allow null colour (#79)
Some checks failed
Backend Build and Test / build (push) Has been cancelled

Reviewed-on: #79
This commit is contained in:
Sebastiaan de Schaetzen 2025-05-25 14:22:58 +02:00
parent a82040720a
commit cd23e72882

View File

@ -1,2 +1,2 @@
alter table allowances
add column colour integer not null;
add column colour integer;