Compare commits

..

1 Commits

Author SHA1 Message Date
2bd03586da Do deploy on main branch
Some checks failed
Backend Build and Test / build (push) Has been cancelled
2025-05-25 14:23:53 +02:00

View File

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