Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMSone
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Designerscripte
VMSone
Commits
b7b7f5c5
Commit
b7b7f5c5
authored
4 years ago
by
Henoch Einbier
Browse files
Options
Downloads
Patches
Plain Diff
changed vms_schnittstelle/betreiber_id to varchar(16). for example primera needs non-numeric field.
parent
18dd0cfc
2 merge requests
!46
Release 3.0
,
!37
changed vms_schnittstelle/betreiber_id to varchar(16). for example primera needs non-numeric field.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ressource/mysql/init.sql
+1
-1
1 addition, 1 deletion
.ressource/mysql/init.sql
with
1 addition
and
1 deletion
.ressource/mysql/init.sql
+
1
−
1
View file @
b7b7f5c5
...
...
@@ -417,7 +417,7 @@ CREATE TABLE IF NOT EXISTS `vms_reloads` (
--
CREATE
TABLE
IF
NOT
EXISTS
`vms_schnittstelle`
(
`betreiber_id`
int
(
8
)
NOT
NULL
DEFAULT
'0'
,
`betreiber_id`
varchar
(
16
)
NOT
NULL
DEFAULT
'0'
,
`betreiber_passwort`
varchar
(
50
)
NOT
NULL
DEFAULT
''
,
`betreiber_kennung`
int
(
8
)
NOT
NULL
DEFAULT
'0'
,
`schnittstelle`
varchar
(
20
)
NOT
NULL
DEFAULT
''
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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