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

-> Add Admin user to vms_kontodaten

parent 495fda0c
Branches
Tags
1 merge request!2-> Add Admin user to vms_kontodaten
Pipeline #1 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