Skip to content

Commit

Permalink
missing snaplet sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Isak-Kallini committed Jan 25, 2025
1 parent 9037a96 commit 246d41e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/database/seed/.snaplet/dataModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4912,6 +4912,20 @@
"isId": false,
"maxLength": null
},
{
"id": "public.expenses.hasBeenSentToBookkeeping",
"name": "hasBeenSentToBookkeeping",
"columnName": "hasBeenSentToBookkeeping",
"type": "bool",
"isRequired": true,
"kind": "scalar",
"isList": false,
"isGenerated": false,
"sequence": false,
"hasDefaultValue": true,
"isId": false,
"maxLength": null
},
{
"id": "public.expenses.memberId",
"name": "memberId",
Expand Down Expand Up @@ -4940,20 +4954,6 @@
"isId": false,
"maxLength": null
},
{
"id": "public.expenses.hasBeenSentToBookkeeping",
"name": "hasBeenSentToBookkeeping",
"columnName": "hasBeenSentToBookkeeping",
"type": "bool",
"isRequired": true,
"kind": "scalar",
"isList": false,
"isGenerated": false,
"sequence": false,
"hasDefaultValue": true,
"isId": false,
"maxLength": null
},
{
"name": "members",
"type": "members",
Expand Down

0 comments on commit 246d41e

Please sign in to comment.