Be able to update financial and skill; Fixes #974

This commit is contained in:
2025-05-04 10:31:15 +02:00
parent 905178e60d
commit 6362fed909
6 changed files with 286 additions and 75 deletions

View File

@ -33,3 +33,4 @@ CREATE TABLE activity (
relevant_for TEXT NOT NULL, -- e.g. user_id=123;trip_id=456
keep_until DATETIME -- OPTIONAL field
);
delete from role where name='Anwärter';