svn: /web/doc-editor/trunk/install/ doc-editor.sql
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Thu, 30 Dec 2010 22:33:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306888
Log:
Add a date column to patches table to store the datetime creation
Changed paths:
U web/doc-editor/trunk/install/doc-editor.sql
Modified: web/doc-editor/trunk/install/doc-editor.sql
===================================================================
--- web/doc-editor/trunk/install/doc-editor.sql 2010-12-30 22:16:56 UTC (rev 306887)
+++ web/doc-editor/trunk/install/doc-editor.sql 2010-12-30 22:33:44 UTC (rev 306888)
@@ -222,5 +222,6 @@
`name` varchar(255) NOT NULL,
`user` varchar(255) NOT NULL,
`anonymousIdent` varchar(255) NOT NULL,
+ `date` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
\ No newline at end of file