Skip to content

Commit

Permalink
Import definitions from Sirius to Dictionary (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Action <tools@digital.justice.gov.uk>
  • Loading branch information
opg-ci and jenkins-moj authored Nov 28, 2023
1 parent c0b34f1 commit 4787404
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/_data/cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@
},
{
"column_name": "uid",
"data_type": "bigint",
"data_type": "character varying",
"column_default": null,
"is_nullable": "NO",
"character_maximum_length": null
"character_maximum_length": 36
},
{
"column_name": "type",
Expand Down
2 changes: 1 addition & 1 deletion src/_data/finance_ledger.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"column_name": "amount",
"data_type": "numeric",
"data_type": "integer",
"column_default": null,
"is_nullable": "NO",
"character_maximum_length": null
Expand Down
2 changes: 1 addition & 1 deletion src/_data/finance_ledger_allocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"column_name": "amount",
"data_type": "numeric",
"data_type": "integer",
"column_default": null,
"is_nullable": "NO",
"character_maximum_length": null
Expand Down
11 changes: 2 additions & 9 deletions src/_data/persons.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
},
{
"column_name": "uid",
"data_type": "bigint",
"data_type": "character varying",
"column_default": null,
"is_nullable": "NO",
"character_maximum_length": null
"character_maximum_length": 36
},
{
"column_name": "type",
Expand Down Expand Up @@ -300,13 +300,6 @@
"is_nullable": "YES",
"character_maximum_length": 255
},
{
"column_name": "fullname",
"data_type": "character varying",
"column_default": "NULL::character varying",
"is_nullable": "YES",
"character_maximum_length": 255
},
{
"column_name": "caserecnumber",
"data_type": "character varying",
Expand Down

0 comments on commit 4787404

Please sign in to comment.