Skip to content

Commit

Permalink
Add LNG tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Jan 11, 2025
1 parent 083928e commit 204ffe7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion alembic/versions/c941681a050d_add_initial_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,13 @@ def upgrade() -> None:
database_schema.Tag(
short_name="obs",
long_name="Obsolete",
description="Sources that should be referenced by other records instead.",
description="Sources that should be referenced by other records instead",
),
database_schema.Tag(
short_name="lng",
long_name="LNG",
description="Vessels that are suspected to be LNG carriers",
citation="Global Fishing Watch",
),
]
session.add_all(tags)
Expand Down

0 comments on commit 204ffe7

Please sign in to comment.