🐛 add env to useDb and apply prettier
tinyedge/deploy Deployed by TinyEdge

This commit is contained in:
2026-08-07 13:28:26 +02:00
parent 67727f96ab
commit cbe1b42f6e
54 changed files with 5492 additions and 2406 deletions
@@ -25,9 +25,7 @@
"indexes": {
"expense_participants_expense_id_idx": {
"name": "expense_participants_expense_id_idx",
"columns": [
"expense_id"
],
"columns": ["expense_id"],
"isUnique": false
}
},
@@ -36,12 +34,8 @@
"name": "expense_participants_expense_id_expenses_id_fk",
"tableFrom": "expense_participants",
"tableTo": "expenses",
"columnsFrom": [
"expense_id"
],
"columnsTo": [
"id"
],
"columnsFrom": ["expense_id"],
"columnsTo": ["id"],
"onDelete": "no action",
"onUpdate": "no action"
},
@@ -49,12 +43,8 @@
"name": "expense_participants_participant_id_participants_id_fk",
"tableFrom": "expense_participants",
"tableTo": "participants",
"columnsFrom": [
"participant_id"
],
"columnsTo": [
"id"
],
"columnsFrom": ["participant_id"],
"columnsTo": ["id"],
"onDelete": "no action",
"onUpdate": "no action"
}
@@ -113,9 +103,7 @@
"indexes": {
"expenses_pot_slug_idx": {
"name": "expenses_pot_slug_idx",
"columns": [
"pot_slug"
],
"columns": ["pot_slug"],
"isUnique": false
}
},
@@ -124,12 +112,8 @@
"name": "expenses_pot_slug_pots_slug_fk",
"tableFrom": "expenses",
"tableTo": "pots",
"columnsFrom": [
"pot_slug"
],
"columnsTo": [
"slug"
],
"columnsFrom": ["pot_slug"],
"columnsTo": ["slug"],
"onDelete": "no action",
"onUpdate": "no action"
},
@@ -137,12 +121,8 @@
"name": "expenses_payer_id_participants_id_fk",
"tableFrom": "expenses",
"tableTo": "participants",
"columnsFrom": [
"payer_id"
],
"columnsTo": [
"id"
],
"columnsFrom": ["payer_id"],
"columnsTo": ["id"],
"onDelete": "no action",
"onUpdate": "no action"
}
@@ -187,9 +167,7 @@
"indexes": {
"participants_pot_slug_idx": {
"name": "participants_pot_slug_idx",
"columns": [
"pot_slug"
],
"columns": ["pot_slug"],
"isUnique": false
}
},
@@ -198,12 +176,8 @@
"name": "participants_pot_slug_pots_slug_fk",
"tableFrom": "participants",
"tableTo": "pots",
"columnsFrom": [
"pot_slug"
],
"columnsTo": [
"slug"
],
"columnsFrom": ["pot_slug"],
"columnsTo": ["slug"],
"onDelete": "no action",
"onUpdate": "no action"
}
@@ -262,4 +236,4 @@
"internal": {
"indexes": {}
}
}
}