127 create scheduleunit enum#130
Merged
eoyilmaz merged 2 commits intodevelopfrom 127-create-scheduleunit-enumDec 10, 2024
+803-450
Commits
Commits on Dec 10, 2024
[#127] Implemented the
TimeUnit
as a Enum instance. It is now preferable to use this instead of he time unit string values of "min", "h", "d", "w", "m" or "h".committed[#127] Updated
TimeUnitDecorator
to useSQLAlchemy.Enum
as it was before with theschedule_unit
column, eliminating the need of an alembic revision.committed