svn: /web/doc-editor/trunk/install/ doc-editor.sql
[email protected] (Alexander Moskaliov)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
irker Sat, 22 Oct 2011 17:47:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=318324
Log:
Fix last commit, sorry
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 2011-10-22 17:46:12 UTC (rev 318323)
+++ web/doc-editor/trunk/install/doc-editor.sql 2011-10-22 17:47:45 UTC (rev 318324)
@@ -126,8 +126,6 @@
--
-- Structure of table `users`
--
- -> | authService | varchar(255) | NO | | VCS | |
- -> | authServiceID | text | NO | | NULL | |
CREATE TABLE IF NOT EXISTS `users` (
`userID` int(10) unsigned NOT NULL AUTO_INCREMENT,