summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-12-09 02:18:00 +0100
committerneoraider <devnull@localhost>2006-12-09 02:18:00 +0100
commit7be63518bdb86fb747dda20918ef6eab3d30e40c (patch)
treee9239af6d9efa6d7a2129adb71ca77fb25a0f59d /config
parentfa39bfd963d7d05335d968b0efdfd9bb9a40f132 (diff)
downloadneon-7be63518bdb86fb747dda20918ef6eab3d30e40c.tar
neon-7be63518bdb86fb747dda20918ef6eab3d30e40c.zip
?bersetzung vereinfacht; alle Seiten ?bersetzt
Diffstat (limited to 'config')
-rw-r--r--config/neon.sql8
1 files changed, 5 insertions, 3 deletions
diff --git a/config/neon.sql b/config/neon.sql
index 5de9591..74e4c60 100644
--- a/config/neon.sql
+++ b/config/neon.sql
@@ -3,7 +3,7 @@
-- http://www.phpmyadmin.net
--
-- Host: localhost
--- Erstellungszeit: 04. Dezember 2006 um 01:27
+-- Erstellungszeit: 09. Dezember 2006 um 02:16
-- Server Version: 5.0.27
-- PHP-Version: 5.2.0-7
--
@@ -53,6 +53,7 @@ CREATE TABLE `groups` (
--
INSERT INTO `groups` (`id`, `name`) VALUES (3, 'Mitglied');
+INSERT INTO `groups` (`id`, `name`) VALUES (-1, '{{Administrator}}');
-- --------------------------------------------------------
@@ -64,7 +65,8 @@ CREATE TABLE `modules` (
`id` bigint(20) NOT NULL auto_increment,
`name` varchar(255) NOT NULL,
`enabled` tinyint(1) NOT NULL,
- PRIMARY KEY (`id`)
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `name` (`name`)
) TYPE=MyISAM AUTO_INCREMENT=6 ;
--
@@ -203,6 +205,6 @@ CREATE TABLE `users` (
-- Daten für Tabelle `users`
--
-INSERT INTO `users` (`id`, `sid`, `gid`, `user`, `password`, `lastaccess`) VALUES (1, '', -1, 'NeoRaider', 'gamezock', '2006-12-04 01:18:26');
+INSERT INTO `users` (`id`, `sid`, `gid`, `user`, `password`, `lastaccess`) VALUES (1, '', -1, 'NeoRaider', 'gamezock', '2006-12-09 02:15:08');
INSERT INTO `users` (`id`, `sid`, `gid`, `user`, `password`, `lastaccess`) VALUES (3, '', -1, 'sicarius', 'armleuchter', '2006-12-02 22:46:58');
INSERT INTO `users` (`id`, `sid`, `gid`, `user`, `password`, `lastaccess`) VALUES (4, '', -1, 'morti', 'return', '2006-12-02 22:46:58');