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

Merge branch 'stable-2.x' into 'master'

-> Add Admin user to vms_kontodaten



See merge request !2
parents 495fda0c 44af2a7d
1 merge request!2-> Add Admin user to vms_kontodaten
Pipeline #2 skipped
...@@ -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');
-- -------------------------------------------------------- -- --------------------------------------------------------
-- --
......
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