Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Leather Realms
SRB2
Commits
0c006dcc
Commit
0c006dcc
authored
2 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup whitespace changes from SRB2_release_2.2.6
parent
7e0fa2d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/masterserver/structure.sql
+2
-2
2 additions, 2 deletions
tools/masterserver/structure.sql
with
2 additions
and
2 deletions
tools/masterserver/structure.sql
+
2
−
2
View file @
0c006dcc
...
...
@@ -90,7 +90,7 @@ CREATE TABLE `ms_versions` (
`mod_vstring`
varchar
(
45
)
NOT
NULL
DEFAULT
'v1.0'
,
`mod_codebase`
int
(
10
)
unsigned
NOT
NULL
DEFAULT
205
,
`mod_name`
varchar
(
255
)
NOT
NULL
DEFAULT
'Default MOD Name'
,
`mod_url`
text
NOT
NULL
`mod_url`
text
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_unicode_ci
;
--
...
...
@@ -118,4 +118,4 @@ COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */
;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */
;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
\ No newline at end of file
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
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