summaryrefslogtreecommitdiffstats
path: root/wp-admin/upgrade-schema.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-02 02:45:56 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-02 02:45:56 +0000
commitaf5dd4cf0ed1231e1db5cdada54c3c3f1daff213 (patch)
treeb8d264c7f43d003af69ff3f98a4e3282356da62d /wp-admin/upgrade-schema.php
parent68932c930c610bc37c32f646f7974ee6051063e9 (diff)
t -> date_registered
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@715 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/upgrade-schema.php')
-rw-r--r--wp-admin/upgrade-schema.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/upgrade-schema.php b/wp-admin/upgrade-schema.php
index 1a5b684..d7d84ab 100644
--- a/wp-admin/upgrade-schema.php
+++ b/wp-admin/upgrade-schema.php
@@ -176,7 +176,7 @@ CREATE TABLE $wpdb->registration_log (
email varchar(255) NOT NULL default '',
IP varchar(30) NOT NULL default '',
blog_id bigint(20) NOT NULL default '0',
- t timestamp NOT NULL,
+ date_registered datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (ID),
KEY IP (IP)
);