This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -121,9 +111,7 @@
|
||||
"indexes": {
|
||||
"expenses_pot_slug_idx": {
|
||||
"name": "expenses_pot_slug_idx",
|
||||
"columns": [
|
||||
"pot_slug"
|
||||
],
|
||||
"columns": ["pot_slug"],
|
||||
"isUnique": false
|
||||
}
|
||||
},
|
||||
@@ -132,12 +120,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"
|
||||
},
|
||||
@@ -145,12 +129,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"
|
||||
}
|
||||
@@ -202,9 +182,7 @@
|
||||
"indexes": {
|
||||
"participants_pot_slug_idx": {
|
||||
"name": "participants_pot_slug_idx",
|
||||
"columns": [
|
||||
"pot_slug"
|
||||
],
|
||||
"columns": ["pot_slug"],
|
||||
"isUnique": false
|
||||
}
|
||||
},
|
||||
@@ -213,12 +191,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"
|
||||
}
|
||||
@@ -277,4 +251,4 @@
|
||||
"internal": {
|
||||
"indexes": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -121,9 +111,7 @@
|
||||
"indexes": {
|
||||
"expenses_pot_slug_idx": {
|
||||
"name": "expenses_pot_slug_idx",
|
||||
"columns": [
|
||||
"pot_slug"
|
||||
],
|
||||
"columns": ["pot_slug"],
|
||||
"isUnique": false
|
||||
}
|
||||
},
|
||||
@@ -132,12 +120,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"
|
||||
},
|
||||
@@ -145,12 +129,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"
|
||||
}
|
||||
@@ -202,9 +182,7 @@
|
||||
"indexes": {
|
||||
"participants_pot_slug_idx": {
|
||||
"name": "participants_pot_slug_idx",
|
||||
"columns": [
|
||||
"pot_slug"
|
||||
],
|
||||
"columns": ["pot_slug"],
|
||||
"isUnique": false
|
||||
}
|
||||
},
|
||||
@@ -213,12 +191,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"
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user