From 44af2a7d8cea843f7a9e381c01602be3d95f09e7 Mon Sep 17 00:00:00 2001
From: Lokutos <j.kuder@swissnwx.ch>
Date: Mon, 28 Mar 2016 17:21:50 +0200
Subject: [PATCH] -> Add Admin user to vms_kontodaten

---
 .ressource/mysql/init.sql | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.ressource/mysql/init.sql b/.ressource/mysql/init.sql
index 65fcfdf..eb3692b 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');
+
 -- --------------------------------------------------------
 
 --
-- 
GitLab