Compare commits

..

2 Commits

Author SHA1 Message Date
d81796fde2 Do deploy on main branch
All checks were successful
Backend Build and Test / build (push) Successful in 2m58s
2025-05-25 14:23:53 +02:00
cd23e72882 Allow null colour (#79)
Some checks failed
Backend Build and Test / build (push) Has been cancelled
Reviewed-on: #79
2025-05-25 14:22:58 +02:00

View File

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