Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
m-team
oidc
mytoken
server
Commits
d81ca6a9
Verified
Commit
d81ca6a9
authored
7 months ago
by
Gabriel Zachmann
Browse files
Options
Downloads
Patches
Plain Diff
fix space needed in the db for ipv6 addresses
parent
95347fa3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
internal/db/dbmigrate/scripts/v0.10.0.pre.sql
+7
-0
7 additions, 0 deletions
internal/db/dbmigrate/scripts/v0.10.0.pre.sql
with
7 additions
and
0 deletions
internal/db/dbmigrate/scripts/v0.10.0.pre.sql
+
7
−
0
View file @
d81ca6a9
...
...
@@ -30,6 +30,13 @@ ALTER TABLE Users
ALTER
TABLE
Users
ADD
IF
NOT
EXISTS
prefer_html_mail
BOOL
DEFAULT
1
NOT
NULL
;
ALTER
TABLE
AccessTokens
MODIFY
COLUMN
ip_created
VARCHAR
(
42
)
NOT
NULL
;
ALTER
TABLE
MTokens
MODIFY
COLUMN
ip_created
VARCHAR
(
42
)
NOT
NULL
;
ALTER
TABLE
MT_Events
MODIFY
COLUMN
ip
VARCHAR
(
42
)
NOT
NULL
;
CREATE
TABLE
IF
NOT
EXISTS
ActionReferencesUser
(
action_id
BIGINT
UNSIGNED
NOT
NULL
,
uid
BIGINT
UNSIGNED
NOT
NULL
,
CONSTRAINT
ActionReferencesUser_FK
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment