timetracker update

This commit is contained in:
Daniel Goc
2026-03-11 09:33:36 +01:00
parent bbf8a2c133
commit 9ef4bb219b
121 changed files with 4328 additions and 2231 deletions

View File

@@ -12,7 +12,8 @@ INSERT INTO components (id, name) VALUES
(103, 'email'),
(300, 'general'),
(301, 'validate_error'),
(302, 'repo_chart') ON CONFLICT DO NOTHING;
(302, 'repo_chart'),
(303, 'verify_email') ON CONFLICT DO NOTHING;
-- Scope
INSERT INTO scopes (id, name) VALUES (1, 'Backend') ON CONFLICT DO NOTHING;