From 0a5d8711e5294c36d40b779187e1718d3365f5fa Mon Sep 17 00:00:00 2001 From: runningnak3d Date: Wed, 2 Feb 2011 07:50:21 -0700 Subject: Misc: Restructuring directory layout to accomodate the fact that we will be pushing DB content. We will no longer have a seperate DB repo. --- sql/old/3.0.9/02031_realmd.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/old/3.0.9/02031_realmd.sql (limited to 'sql/old/3.0.9/02031_realmd.sql') diff --git a/sql/old/3.0.9/02031_realmd.sql b/sql/old/3.0.9/02031_realmd.sql new file mode 100644 index 00000000000..fb81c0e99c8 --- /dev/null +++ b/sql/old/3.0.9/02031_realmd.sql @@ -0,0 +1,8 @@ +DROP TABLE IF EXISTS `logs`; +-- create logs table +CREATE TABLE `logs` ( + `time` int(14) NOT NULL, + `realm` int(4) NOT NULL, + `type` int(4) NOT NULL, + `string` text +) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- cgit v1.2.3