Skip to content

fix topic name length on database#5493

Merged
lafriks merged 2 commits into
go-gitea:masterfrom
lunny:lunny/fix_topic_unique_too_long
Dec 8, 2018
Merged

fix topic name length on database#5493
lafriks merged 2 commits into
go-gitea:masterfrom
lunny:lunny/fix_topic_unique_too_long

Conversation

@lunny
Copy link
Copy Markdown
Member

@lunny lunny commented Dec 8, 2018

Since we have controlled topic name length is less than 25, so we should change the name column's length.This will fix #5491

@bkcsoft bkcsoft added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Dec 8, 2018
@codecov-io
Copy link
Copy Markdown

codecov-io commented Dec 8, 2018

Codecov Report

Merging #5493 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5493      +/-   ##
==========================================
- Coverage   37.56%   37.56%   -0.01%     
==========================================
  Files         317      317              
  Lines       46824    46824              
==========================================
- Hits        17591    17589       -2     
- Misses      26734    26737       +3     
+ Partials     2499     2498       -1
Impacted Files Coverage Δ
models/topic.go 54.7% <ø> (ø) ⬆️
models/migrations/v68.go 0% <0%> (ø) ⬆️
models/unit.go 0% <0%> (-14.29%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b864a3...444cd06. Read the comment docs.

@bkcsoft bkcsoft added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Dec 8, 2018
@lafriks lafriks merged commit 4b4453c into go-gitea:master Dec 8, 2018
@lafriks
Copy link
Copy Markdown
Member

lafriks commented Dec 8, 2018

Please send backport

@lunny lunny deleted the lunny/fix_topic_unique_too_long branch December 8, 2018 14:15
lunny added a commit that referenced this pull request Dec 8, 2018
@lunny lunny added the backport/done All backports for this PR have been created label Dec 8, 2018
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

backport/done All backports for this PR have been created lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrading from v1.4.3 to v1.6.0 failed

6 participants