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
44af2a7d
There was a problem fetching the latest pipeline status.
Commit
44af2a7d
authored
8 years ago
by
Joel Kuder
Browse files
Options
Downloads
Patches
Plain Diff
-> Add Admin user to vms_kontodaten
parent
495fda0c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2
-> Add Admin user to vms_kontodaten
Pipeline
#1
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ressource/mysql/init.sql
+7
-0
7 additions, 0 deletions
.ressource/mysql/init.sql
with
7 additions
and
0 deletions
.ressource/mysql/init.sql
+
7
−
0
View file @
44af2a7d
...
@@ -210,6 +210,13 @@ CREATE TABLE IF NOT EXISTS `vms_kontodaten` (
...
@@ -210,6 +210,13 @@ CREATE TABLE IF NOT EXISTS `vms_kontodaten` (
PRIMARY
KEY
(
`uid`
)
PRIMARY
KEY
(
`uid`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
AUTO_INCREMENT
=
2
;
)
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'
);
-- --------------------------------------------------------
-- --------------------------------------------------------
--
--
...
...
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