Allow null colour #79

Merged
seeseemelk merged 1 commits from allow-null-colour into main 2025-05-25 14:22:59 +02:00
Showing only changes of commit 7e3022a0c5 - Show all commits

View File

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