Allow null colour #79

Merged
seeseemelk merged 1 commits from allow-null-colour into main 2025-05-25 14:22:59 +02:00

View File

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