Skip to content
Snippets Groups Projects
Commit b6c313e5 authored by Joel Kuder's avatar Joel Kuder
Browse files

Merge branch 'patch-16' into 'dev-3.0'

changed vms_schnittstelle/betreiber_id to varchar(16). for example primera needs non-numeric field.

See merge request !37
parents 18dd0cfc b7b7f5c5
2 merge requests!46Release 3.0,!37changed vms_schnittstelle/betreiber_id to varchar(16). for example primera needs non-numeric field.
......@@ -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 '',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment