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
Merge requests
!2
-> Add Admin user to vms_kontodaten
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
-> Add Admin user to vms_kontodaten
stable-2.x
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Joel Kuder
requested to merge
stable-2.x
into
master
8 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
44af2a7d
1 commit,
8 years ago
1 file
+
7
−
0
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
.ressource/mysql/init.sql
+
7
−
0
Options
@@ -210,6 +210,13 @@ CREATE TABLE IF NOT EXISTS `vms_kontodaten` (
PRIMARY
KEY
(
`uid`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
AUTO_INCREMENT
=
2
;
--
-- Daten für Tabelle `vms_kontodaten`
--
INSERT
INTO
`vms_kontodaten`
(
`uid`
,
`passwort`
,
`status`
,
`hinweis`
,
`kontostand`
,
`login_ip`
,
`loginzeit`
,
`last_active`
,
`klicks`
,
`kv`
,
`angebettelt`
,
`bv`
)
VALUES
(
'1'
,
'21232f297a57a5a743894a0e4a801fc3'
,
'1'
,
''
,
'1000'
,
''
,
'0'
,
'0'
,
'0'
,
'0.00'
,
'0'
,
'0.00'
);
-- --------------------------------------------------------
--