r89590 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89589‎ | r89590 | r89591 >
Date:19:12, 6 June 2011
Author:zhenya
Status:deferred (Comments)
Tags:
Comment:
Modified paths:
  • /trunk/extensions/SocialProfile/UserStatus/UserStatus.sql (deleted) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserStatus/UserStatus.sql
@@ -1,13 +0,0 @@
2 -
3 -
4 -CREATE TABLE IF NOT EXISTS `user_status` (
5 - `id` int(11) NOT NULL AUTO_INCREMENT,
6 - `user_id` int(11) NOT NULL,
7 - `user_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
8 - `user_name` varchar(255) NOT NULL,
9 - `user_status` text NOT NULL,
10 - PRIMARY KEY (`id`)
11 -);
\ No newline at end of file

Comments

#Comment by 😂 (talk | contribs)   19:13, 6 June 2011

Please remember to always add a commit summary :)

Status & tagging log