Skip to content

Commit

Permalink
Merge pull request #3057 from alphagov/remove-important-board-member-…
Browse files Browse the repository at this point in the history
…constraint

Remove unused 'important_board_members' column from schema
  • Loading branch information
ChrisBAshton authored Jan 2, 2025
2 parents 3386bde + 0b7ab49 commit 73eacf9
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,6 @@
"description": "Whether the organisation is exempt from Freedom of Information requests.",
"type": "boolean"
},
"important_board_members": {
"description": "The number of board members that will have photos displayed for them.",
"type": "integer"
},
"logo": {
"description": "The organisation's logo, including the logo image and formatted name.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,6 @@
"description": "Whether the organisation is exempt from Freedom of Information requests.",
"type": "boolean"
},
"important_board_members": {
"description": "The number of board members that will have photos displayed for them.",
"type": "integer"
},
"logo": {
"description": "The organisation's logo, including the logo image and formatted name.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,6 @@
"description": "Whether the organisation is exempt from Freedom of Information requests.",
"type": "boolean"
},
"important_board_members": {
"description": "The number of board members that will have photos displayed for them.",
"type": "integer"
},
"logo": {
"description": "The organisation's logo, including the logo image and formatted name.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@
"ordered_special_representatives": [

],
"important_board_members": 1,
"organisation_featuring_priority": "news",
"organisation_govuk_status": {
"status": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@
"ordered_special_representatives": [

],
"important_board_members": 1,
"organisation_featuring_priority": "news",
"organisation_govuk_status": {
"status": "replaced",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,6 @@
"ordered_special_representatives": [

],
"important_board_members": 1,
"organisation_featuring_priority": "service",
"organisation_govuk_status": {
"status": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@
"ordered_promotional_features": [

],
"important_board_members": 1,
"organisation_featuring_priority": "news",
"organisation_govuk_status": {
"status": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,6 @@
"ordered_promotional_features": [

],
"important_board_members": 2,
"organisation_featuring_priority": "service",
"organisation_govuk_status": {
"status": "live",
Expand Down
1 change: 0 additions & 1 deletion content_schemas/examples/organisation/frontend/court.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@
"ordered_promotional_features": [

],
"important_board_members": 1,
"organisation_featuring_priority": "service",
"organisation_govuk_status": {
"status": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,6 @@
]
}
],
"important_board_members": 1,
"organisation_featuring_priority": "news",
"organisation_govuk_status": {
"status": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,6 @@
"ordered_promotional_features": [

],
"important_board_members": 1,
"organisation_featuring_priority": "news",
"organisation_govuk_status": {
"status": "no_longer_exists",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
"ordered_promotional_features": [

],
"important_board_members": 1,
"organisation_featuring_priority": "service",
"organisation_govuk_status": {
"status": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,6 @@
"ordered_promotional_features": [

],
"important_board_members": 4,
"organisation_featuring_priority": "news",
"organisation_govuk_status": {
"status": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@
"ordered_special_representatives": [

],
"important_board_members": 1,
"organisation_featuring_priority": "news",
"organisation_govuk_status": {
"status": "live",
Expand Down Expand Up @@ -448,7 +447,6 @@
"ordered_special_representatives": [

],
"important_board_members": 1,
"organisation_featuring_priority": "news",
"organisation_govuk_status": {
"status": "live",
Expand Down Expand Up @@ -537,7 +535,6 @@
"ordered_special_representatives": [

],
"important_board_members": 1,
"organisation_featuring_priority": "service",
"organisation_govuk_status": {
"status": "live",
Expand Down
4 changes: 0 additions & 4 deletions content_schemas/formats/organisation.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@
},
description: "A set of promotional features to display for the organisation. Turn into proper links once organisations are fully migrated.",
},
important_board_members: {
type: "integer",
description: "The number of board members that will have photos displayed for them.",
},
organisation_featuring_priority: {
type: "string",
enum: [
Expand Down

0 comments on commit 73eacf9

Please sign in to comment.