feat: complete Epic 1 production foundation

This commit is contained in:
2026-08-25 01:24:11 +03:00
parent 767428436d
commit 182bde8ac0
298 changed files with 35719 additions and 5299 deletions
@@ -6,42 +6,90 @@
{
"ordinal": 0,
"name": "id",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "invitation_tokens",
"name": "id"
}
}
},
{
"ordinal": 1,
"name": "workspace_id",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "invitation_tokens",
"name": "workspace_id"
}
}
},
{
"ordinal": 2,
"name": "email",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "invitation_tokens",
"name": "email"
}
}
},
{
"ordinal": 3,
"name": "role",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "invitation_tokens",
"name": "role"
}
}
},
{
"ordinal": 4,
"name": "status",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "invitation_tokens",
"name": "status"
}
}
},
{
"ordinal": 5,
"name": "token_hash",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "invitation_tokens",
"name": "token_hash"
}
}
},
{
"ordinal": 6,
"name": "expires_at!: time::OffsetDateTime",
"type_info": "Timestamptz"
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "invitation_tokens",
"name": "expires_at"
}
}
},
{
"ordinal": 7,
"name": "created_at!: time::OffsetDateTime",
"type_info": "Timestamptz"
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "invitation_tokens",
"name": "created_at"
}
}
}
],
"parameters": {