Skip to content

Commit cf2abc8

Browse files
committed
Remove field from PR
1 parent 8fcb92e commit cf2abc8

File tree

2 files changed

+0
-39
lines changed

2 files changed

+0
-39
lines changed

warehouse/migrations/versions/bd2bf218e63f_add_published_field.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

warehouse/packaging/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ def __table_args__(cls): # noqa
617617
_pypi_ordering: Mapped[int | None]
618618
requires_python: Mapped[str | None] = mapped_column(Text)
619619
created: Mapped[datetime_now] = mapped_column()
620-
published: Mapped[bool_true] = mapped_column()
621620

622621
description_id: Mapped[UUID] = mapped_column(
623622
ForeignKey("release_descriptions.id", onupdate="CASCADE", ondelete="CASCADE"),

0 commit comments

Comments
 (0)