-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
reviewed/wontfixThe problem described in this issue/fixed in this pull request is not a problem we will fixThe problem described in this issue/fixed in this pull request is not a problem we will fixtype/enhancementAn improvement of existing functionalityAn improvement of existing functionalitytype/upstreamThis is an issue in one of Gitea's dependencies and should be reported thereThis is an issue in one of Gitea's dependencies and should be reported there
Description
- Gitea version (or commit ref): 1.1.0
- Git version: Not relevant
- Operating system: Not relevant
- Database:
- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Gitea's database should use foreign keys. This is much cleaner and makes it easier to do maintenance on the database (e.g. removing spam) without forgetting to delete certain records or deleting too many records.
dbadura
Metadata
Metadata
Assignees
Labels
reviewed/wontfixThe problem described in this issue/fixed in this pull request is not a problem we will fixThe problem described in this issue/fixed in this pull request is not a problem we will fixtype/enhancementAn improvement of existing functionalityAn improvement of existing functionalitytype/upstreamThis is an issue in one of Gitea's dependencies and should be reported thereThis is an issue in one of Gitea's dependencies and should be reported there