Exclude schema from index name #65

Merged
lunny merged 1 commits from :fix-schema-idx into master 2020-01-19 09:04:13 +00:00
Contributor

Produces IDX_tablename_column1 instead of IDX_customschemaname_tablename_column1.

This could be a breaking change, but I couldn't make Sync2() to work properly with a custom schema without this modification. This PR is tied to a similar change in xorm/xorm (link in next comment).

Produces `IDX_tablename_column1` instead of `IDX_customschemaname_tablename_column1`. This could be a breaking change, but I couldn't make `Sync2()` to work properly with a custom schema without this modification. This PR is tied to a similar change in `xorm/xorm` (link in next comment).
Author
Contributor

Associated PR is xorm/xorm#1505

Associated PR is xorm/xorm#1505
Author
Contributor

This PR is required to solve https://github.com/go-gitea/gitea/pull/8819

This PR is required to solve https://github.com/go-gitea/gitea/pull/8819
lunny added the
enhancement
label 2020-01-07 03:39:30 +00:00
lunny approved these changes 2020-01-08 05:11:57 +00:00
Dismissed
Owner

@guillep2k could you force push this PR so that CI could run.

@guillep2k could you force push this PR so that CI could run.
Author
Contributor

@lunny I've force-pushed (git push -f) and also added an empty commit. I don't see the CI starting. ?

@lunny I've force-pushed (`git push -f`) and also added an empty commit. I don't see the CI starting. ?
lunny closed this pull request 2020-01-19 09:04:12 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/core#65
No description provided.