Mohamad Tarbin
cff4c453ff
Merge pull request #142 from davidharrigan/fix/postgres-migration
...
fix: postgres migration
2025-02-27 23:55:09 -05:00
Mo Tarbin
8db572f1ec
Add subtask model and repository, implement webhook notification handling
...
fix Issue with Scheduler
Support NotificationPlatformWebhook
2025-02-25 23:56:49 -05:00
David Harrigan
235cd0ad93
fix: postgres migration
...
Using postgres results in panic during migration due to "sqlite3" being
hard-coded as the db dialect for performing `ScriptMigration`.
This commit fixes this behavior by selecting the proper dialect from
config.
2025-02-22 20:13:35 -05:00
Mo Tarbin
c473627112
Add PointsHistory model for tracking points history
2025-01-18 09:51:13 -05:00
Mo Tarbin
8198829b73
chore: Remove unused migrationDir function and related imports
...
Support Migration using sql ( for future use)
2024-11-23 21:03:45 -05:00
Mo Tarbin
f49fc848e4
use embed File System for Migration script
2024-11-23 20:51:25 -05:00
Mo Tarbin
0c07b33359
Add Support for Advance Labels ( LabelV2)
...
Add Support for Custom Migration to keep supporting two database( sqlite and postgres)
Migration from Label to LabelV2
2024-11-23 20:29:53 -05:00