summaryrefslogtreecommitdiff
path: root/sql-files/logs.sql
diff options
context:
space:
mode:
authorkenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-06 16:35:38 +0000
committerkenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-06 16:35:38 +0000
commitafd4965edd8a94ce4a3b56a83ccfad210018e11b (patch)
treec2bd0c5acea126a8d75f35274cf63bb24a393f65 /sql-files/logs.sql
parentacb7f395c7a25610fe75deb219435466c0aa6d69 (diff)
downloadhercules-afd4965edd8a94ce4a3b56a83ccfad210018e11b.tar.gz
hercules-afd4965edd8a94ce4a3b56a83ccfad210018e11b.tar.bz2
hercules-afd4965edd8a94ce4a3b56a83ccfad210018e11b.tar.xz
hercules-afd4965edd8a94ce4a3b56a83ccfad210018e11b.zip
Follow up [rev=15252]: Updated comments in sql-files/logs.sql according to conf/inter_athena.conf default settings.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15543 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/logs.sql')
-rw-r--r--sql-files/logs.sql16
1 files changed, 8 insertions, 8 deletions
diff --git a/sql-files/logs.sql b/sql-files/logs.sql
index ff864d47a..1d5eaa413 100644
--- a/sql-files/logs.sql
+++ b/sql-files/logs.sql
@@ -4,7 +4,7 @@
# (E)mail attachment,(B)uying Store, Pr(O)duced Items/Ingredients, Auct(I)oned Items,
# (X) Other, (D) Stolen from mobs, (U) MVP Prizes
-#Database: log
+#Database: ragnarok
#Table: picklog
CREATE TABLE `picklog` (
`id` int(11) NOT NULL auto_increment,
@@ -24,7 +24,7 @@ CREATE TABLE `picklog` (
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
#ZenyLog types (M)onsters,(T)rade,(V)ending Sell/Buy,(S)hop Sell/Buy,(N)PC Change amount,(A)dministrators,(E)Mail,(B)uying Store
-#Database: log
+#Database: ragnarok
#Table: zenylog
CREATE TABLE `zenylog` (
`id` int(11) NOT NULL auto_increment,
@@ -38,7 +38,7 @@ CREATE TABLE `zenylog` (
INDEX (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
-#Database: log
+#Database: ragnarok
#Table: branchlog
CREATE TABLE `branchlog` (
`branch_id` mediumint(9) unsigned NOT NULL auto_increment,
@@ -52,7 +52,7 @@ CREATE TABLE `branchlog` (
INDEX (`char_id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
-#Database: log
+#Database: ragnarok
#Table: mvplog
CREATE TABLE `mvplog` (
`mvp_id` mediumint(9) unsigned NOT NULL auto_increment,
@@ -65,7 +65,7 @@ CREATE TABLE `mvplog` (
PRIMARY KEY (`mvp_id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
-#Database: log
+#Database: ragnarok
#Table: atcommandlog
CREATE TABLE `atcommandlog` (
`atcommand_id` mediumint(9) unsigned NOT NULL auto_increment,
@@ -80,7 +80,7 @@ CREATE TABLE `atcommandlog` (
INDEX (`char_id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
-#Database: log
+#Database: ragnarok
#Table: npclog
CREATE TABLE `npclog` (
`npc_id` mediumint(9) unsigned NOT NULL auto_increment,
@@ -96,7 +96,7 @@ CREATE TABLE `npclog` (
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
#ChatLog types Gl(O)bal,(W)hisper,(P)arty,(G)uild,(M)ain chat
-#Database: log
+#Database: ragnarok
#Table: chatlog
CREATE TABLE `chatlog` (
`id` bigint(20) NOT NULL auto_increment,
@@ -115,7 +115,7 @@ CREATE TABLE `chatlog` (
INDEX (`src_charid`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
-#Database: log
+#Database: ragnarok
#Table: loginlog
CREATE TABLE `loginlog` (
`time` datetime NOT NULL default '0000-00-00 00:00:00',