Add support for colour attribute on allowances in backend (#77)
Closes #76 Reviewed-on: #77
This commit is contained in:
2
backend/migrations/2_add_colour.sql
Normal file
2
backend/migrations/2_add_colour.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
alter table allowances
|
||||
add column colour integer not null;
|
||||
Reference in New Issue
Block a user