ecbf139a9b
feat(database): add ON DELETE CASCADE constraints
Gitea Build Check / Build (pull_request) Successful in 3m5s
2025-01-28 13:39:26 +01:00
6f814e5b21
refactor: unified migrations and Tag* ID Changes
...
Gitea Build Check / Build (pull_request) Successful in 3m8s
- unified the migrations
- added new IDs for Tag, TagAlias, TagGroup
- changed relevant functions to use the given IDs
BREAKING-CHANGE: Database needs to be cleared or migrated. Not compatible with Database v5
2025-01-28 13:27:11 +01:00
d52b8f7f81
feat: Add new columns "enabled" and "meta" to "Source" table with defaults
...
Gitea Build Check / Build (pull_request) Successful in 3m14s
Signed-off-by: SoXX <soxx@anthrove.art>
2025-01-21 15:10:48 +01:00
baa49d0a81
feat: Add migration to change 'name' column type to TEXT in 'Pool' table
...
Gitea Build Check / Build (pull_request) Successful in 4m9s
Signed-off-by: SoXX <soxx@anthrove.art>
2025-01-21 15:03:07 +01:00
746ca0c5f0
fix: Update tag type addition method in SQL migration file
...
Gitea Build Check / Build (pull_request) Successful in 2m49s
Gitea Build Check / Build (push) Successful in 2m50s
Signed-off-by: SoXX <soxx@anthrove.art>
2024-12-28 22:25:32 +01:00
b5135f795a
feat: Add new tag types
...
Gitea Build Check / Build (pull_request) Failing after 51s
- Contributor
- Unknown
2024-12-28 22:06:47 +01:00
797aaa3723
feat(models): added new PostReport model
2024-11-06 11:47:48 +01:00
55f5795719
feat(migration): added new PostReport model
2024-11-06 11:22:22 +01:00
d5f0d3ee8c
fix(database): migration
...
Gitea Build Check / Build (pull_request) Successful in 3m40s
Gitea Build Check / Build (push) Successful in 3m36s
- fix wrong id types
2024-10-15 15:20:30 +02:00
59f404883e
fix(database): migration
...
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
...
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
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
Gitea Build Check / Build (push) Successful in 2m33s
2024-08-29 14:58:42 +02:00
8f6ca691bf
feat(test): added post, tags & fixed issues
...
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)
Gitea Build Check / Build (push) Failing after 11m27s
2024-07-19 10:03:35 +02:00