diff --git a/.ressource/mysql/init.sql b/.ressource/mysql/init.sql index 65fcfdf89f003fe50f16fe86fe5c5fdc0bc35cc2..eb3692bf3299e0711ff53c8f9a244482143ea135 100644 --- a/.ressource/mysql/init.sql +++ b/.ressource/mysql/init.sql @@ -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'); + -- -------------------------------------------------------- --