Remove unused description column from common_third_parties

The description field was never surfaced in the UI and added no value.
Drop it from the database, Go structs, GraphQL schema, import tool,
frontend fragment, and vendor seed data.

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-11 12:29:34 +04:00
parent 4a405ce16c
commit 684fadea3e
7 changed files with 15 additions and 110 deletions

View File

@@ -18,7 +18,6 @@ type CommonThirdParty
) {
id: ID!
name: String!
description: String
category: VendorCategory!
websiteUrl: String
headquarterAddress: String