SOURCES: tuxaator-schema.patch (NEW) - fix typo in mysql schema

glen glen at pld-linux.org
Tue Jul 19 01:08:17 CEST 2005


Author: glen                         Date: Mon Jul 18 23:08:17 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix typo in mysql schema

---- Files affected:
SOURCES:
   tuxaator-schema.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tuxaator-schema.patch
diff -u /dev/null SOURCES/tuxaator-schema.patch:1.1
--- /dev/null	Tue Jul 19 01:08:17 2005
+++ SOURCES/tuxaator-schema.patch	Tue Jul 19 01:08:12 2005
@@ -0,0 +1,18 @@
+--- ./tux.sql	2005-07-18 21:17:25.000000000 +0300
++++ /tmp/tux.sql	2005-07-18 22:12:37.000000000 +0300
+@@ -36,13 +36,13 @@
+   `id` bigint(20) unsigned NOT NULL auto_increment,
+   PRIMARY KEY  (`id`),
+   KEY `term` (`term`)
+-) TYPE=MyISAM
++) TYPE=MyISAM;
+ 
+ --
+ -- table structure for table 'users'
+ --
+ 
+- CREATE TABLE `users` (
++CREATE TABLE `users` (
+   `nick` char(50) NOT NULL default '',
+   `timestamp` timestamp(14) NOT NULL,
+   `status` tinyint(4) NOT NULL default '0',
================================================================



More information about the pld-cvs-commit mailing list