Allow null colour
All checks were successful
Backend Build and Test / build (push) Successful in 3m30s

This commit is contained in:
Sebastiaan de Schaetzen 2025-05-25 14:23:05 +02:00
parent a82040720a
commit 7e3022a0c5

View File

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