Commit Graph

10 Commits

Author SHA1 Message Date
59f404883e fix(database): migration
Some checks failed
Gitea Build Check / Build (pull_request) Failing after 2m54s
- primary key is now first in position
2024-10-15 12:28:52 +02:00
b1e97f4142 feat(database): scrape history
- added migration
2024-10-15 11:15:49 +02:00
c120c583e3 feat(database): added pools
All checks were successful
Gitea Build Check / Build (push) Successful in 2m56s
- added migration
- added model
2024-10-14 12:23:15 +02:00
1e658f6a39 feat(database): added indexes
- added index for UserFavorites
2024-10-14 11:37:38 +02:00
e5b8457f42 feat(database): set timezone in migrations
All checks were successful
Gitea Build Check / Build (push) Successful in 2m32s
Gitea Build Check / Build (pull_request) Successful in 2m33s
2024-08-29 15:18:23 +02:00
8d47b94dcb feat(database): set timezone in migrations
All checks were successful
Gitea Build Check / Build (push) Successful in 2m33s
2024-08-29 14:58:42 +02:00
8f6ca691bf feat(test): added post, tags & fixed issues
All checks were successful
Gitea Build Check / Build (push) Successful in 2m0s
fully tested post & tags. Also found bugs with the tests. Those are now fixed.
2024-08-14 13:43:11 +02:00
9ad1df51cf fix(migration): Change scrape_time_interval from INT to TEXT in initial database migration script 2024-08-13 14:00:16 +02:00
e62280a416 feat(database): added additional columns
added more columns

BREAKING-CHANGE: breaks database compatibility to older SDK versions
2024-08-09 21:37:27 +02:00
34c001473b migration from old git (no git history)
Some checks failed
Gitea Build Check / Build (push) Failing after 11m27s
2024-07-19 10:03:35 +02:00