add data from nx
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled

This commit is contained in:
2023-12-30 21:21:30 +01:00
parent 415ac4f8d4
commit 5800f137f3
7 changed files with 377 additions and 12 deletions

View File

@ -8,7 +8,14 @@ CREATE TABLE IF NOT EXISTS "user" (
"weight" text,
"sex" text,
"dirty_thirty" text,
"dirty_dozen" text
"dirty_dozen" text,
"member_since_date" text,
"birthdate" text,
"mail" text,
"nickname" text,
"notes" text,
"phone" text,
"address" text
);
CREATE TABLE IF NOT EXISTS "role" (