chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:54:43 +02:00
commit 49d05dfa0b
293 changed files with 28421 additions and 0 deletions

3
sql/0003-seed-data.sql Normal file
View File

@@ -0,0 +1,3 @@
-- Admin user
INSERT INTO app."user" (email, first_name, last_name, display_name, roles, status)
VALUES ('admin@perauset.org', 'Admin', 'User', 'Admin', '{admin}', 'active');