Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CCS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
Marko Mecina
CCS
Commits
891a549e
Commit
891a549e
authored
3 weeks ago
by
Marko Mecina
Browse files
Options
Downloads
Patches
Plain Diff
change PCF_PID data type in SQL schema to BIGINT to support PIDs >= 2**31
parent
b3ef92f6
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
Ccs/tools/scos2000db.json
+2
-2
2 additions, 2 deletions
Ccs/tools/scos2000db.json
with
2 additions
and
2 deletions
Ccs/tools/scos2000db.json
+
2
−
2
View file @
891a549e
...
...
@@ -279,7 +279,7 @@
"columns"
:
{
"PCF_NAME"
:
" VARCHAR(12) NOT NULL "
,
"PCF_DESCR"
:
" VARCHAR(24) NULL DEFAULT NULL "
,
"PCF_PID"
:
" INT
(10)
NULL DEFAULT NULL "
,
"PCF_PID"
:
"
BIG
INT NULL DEFAULT NULL "
,
"PCF_UNIT"
:
" VARCHAR(4) NULL DEFAULT NULL "
,
"PCF_PTC"
:
" INT(2) NOT NULL "
,
"PCF_PFC"
:
" INT(5) NOT NULL "
,
...
...
@@ -1033,4 +1033,4 @@
"default_character_set"
:
"latin1"
}
}
}
\ No newline at end of file
}
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