Skip to content

Commit

Permalink
Import definitions from Sirius to Dictionary (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Action <tools@digital.justice.gov.uk>
  • Loading branch information
mattmachell and jenkins-moj authored Sep 8, 2023
1 parent b1bf821 commit 0e30fbb
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 21 deletions.
14 changes: 7 additions & 7 deletions src/_data/cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"column_name": "casetype",
"data_type": "character varying",
"column_default": "NULL::character varying",
"is_nullable": "YES",
"is_nullable": "NO",
"character_maximum_length": 255
},
{
Expand Down Expand Up @@ -108,42 +108,42 @@
"column_name": "caseattorneysingular",
"data_type": "boolean",
"column_default": "false",
"is_nullable": "NO",
"is_nullable": "YES",
"character_maximum_length": null
},
{
"column_name": "caseattorneyjointlyandseverally",
"data_type": "boolean",
"column_default": "false",
"is_nullable": "NO",
"is_nullable": "YES",
"character_maximum_length": null
},
{
"column_name": "caseattorneyjointly",
"data_type": "boolean",
"column_default": "false",
"is_nullable": "NO",
"is_nullable": "YES",
"character_maximum_length": null
},
{
"column_name": "caseattorneyjointlyandjointlyandseverally",
"data_type": "boolean",
"column_default": "false",
"is_nullable": "NO",
"is_nullable": "YES",
"character_maximum_length": null
},
{
"column_name": "caseattorneyactionadditionalinfo",
"data_type": "boolean",
"column_default": "false",
"is_nullable": "NO",
"is_nullable": "YES",
"character_maximum_length": null
},
{
"column_name": "repeatapplication",
"data_type": "boolean",
"column_default": "false",
"is_nullable": "NO",
"is_nullable": "YES",
"character_maximum_length": null
},
{
Expand Down
7 changes: 7 additions & 0 deletions src/_data/complaints.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,12 @@
"column_default": "NULL::character varying",
"is_nullable": "YES",
"character_maximum_length": 255
},
{
"column_name": "task_id",
"data_type": "integer",
"column_default": null,
"is_nullable": "YES",
"character_maximum_length": null
}
]
14 changes: 0 additions & 14 deletions src/_data/persons.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,20 +174,6 @@
"is_nullable": "YES",
"character_maximum_length": 255
},
{
"column_name": "isreplacementattorney",
"data_type": "boolean",
"column_default": "false",
"is_nullable": "YES",
"character_maximum_length": null
},
{
"column_name": "istrustcorporation",
"data_type": "boolean",
"column_default": "false",
"is_nullable": "YES",
"character_maximum_length": null
},
{
"column_name": "trustcorporationappointedas",
"data_type": "character varying",
Expand Down
14 changes: 14 additions & 0 deletions src/_data/supervision_notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,19 @@
"column_default": null,
"is_nullable": "YES",
"character_maximum_length": null
},
{
"column_name": "reportingperiodenddate",
"data_type": "date",
"column_default": null,
"is_nullable": "YES",
"character_maximum_length": null
},
{
"column_name": "reportingperiodstartdate",
"data_type": "date",
"column_default": null,
"is_nullable": "YES",
"character_maximum_length": null
}
]

0 comments on commit 0e30fbb

Please sign in to comment.