Add support for colour attribute on allowances in backend (#77)

Closes #76

Reviewed-on: #77
This commit is contained in:
2025-05-25 13:43:24 +02:00
parent f8d1f195de
commit a8e3332723
6 changed files with 88 additions and 7 deletions

View File

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