-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Add Primary Key to Topic and RepoTopic tables #12639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Primary Key to Topic and RepoTopic tables #12639
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
654e16b to
42ed95d
Compare
Codecov Report
@@ Coverage Diff @@
## master #12639 +/- ##
==========================================
- Coverage 43.22% 43.19% -0.04%
==========================================
Files 650 651 +1
Lines 72101 72118 +17
==========================================
- Hits 31165 31148 -17
- Misses 35889 35920 +31
- Partials 5047 5050 +3
Continue to review full report at Codecov.
|
Add a primary key to Topic and RepoTopic tables Fix go-gitea#8920 Signed-off-by: Andrew Thornton <art27@cantab.net>
42ed95d to
0288ae8
Compare
|
seems resonable |
|
for release: leave a note to BACKUP DB |
This comment has been minimized.
This comment has been minimized.
techknowlogick
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding blocking review so it isn't accidentally merged.
|
Panic over it was right. |
Add a primary key to Topic and RepoTopic tables
Fix #8920
Should also fix #12061
Signed-off-by: Andrew Thornton art27@cantab.net