Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #95 from climatepolicyradar/feature/pdct-589-bugfi…
Browse files Browse the repository at this point in the history
…x-for-the-mismatching-slug

Adding slug as a UpdateType.
  • Loading branch information
THOR300 authored Nov 20, 2023
2 parents 8feafcf + 62713d3 commit ec55a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpr_data_access/pipeline_general_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class UpdateTypes(str, Enum):
NAME = "name"
DESCRIPTION = "description"
# IMPORT_ID = "import_id"
# SLUG = "slug"
SLUG = "slug"
# PUBLICATION_TS = "publication_ts"
SOURCE_URL = "source_url"
# TYPE = "type"
Expand Down

0 comments on commit ec55a97

Please sign in to comment.