Philipp Hörist pushed to branch retraction at gajim / gajim
Commits:
03b0c841 by Philipp Hörist at 2025-04-19T16:10:03+02:00
fix: Fix name and column type
- - - - -
1 changed file:
- gajim/common/storage/archive/models.py
Changes:
=====================================
gajim/common/storage/archive/models.py
=====================================
@@ -601,7 +601,7 @@ class Retraction(MappedAsDataclass, Base, UtilMixin,
kw_only=True):
id: Mapped[str] = mapped_column()
direction: Mapped[int] = mapped_column()
timestamp: Mapped[datetime.datetime] = mapped_column(EpochTimestampType)
- removed: Mapped[bool] = mapped_column(default=False)
+ state: Mapped[int] = mapped_column(default=0)
__table_args__ = (
Index(
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/03b0c841c4403cc8bd19ecd923ac800bf5e225a5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/03b0c841c4403cc8bd19ecd923ac800bf5e225a5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]