From 183851b06bd6c52f3cae5375f433da720d410447 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 18:12:39 +0000 Subject: MediaWiki 1.7.1 wiederhergestellt --- maintenance/archives/patch-user_registration.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 maintenance/archives/patch-user_registration.sql (limited to 'maintenance/archives/patch-user_registration.sql') diff --git a/maintenance/archives/patch-user_registration.sql b/maintenance/archives/patch-user_registration.sql new file mode 100644 index 00000000..65fd99df --- /dev/null +++ b/maintenance/archives/patch-user_registration.sql @@ -0,0 +1,9 @@ +-- +-- New user field for tracking registration time +-- 2005-12-21 +-- + +ALTER TABLE /*$wgDBprefix*/user + -- Timestamp of account registration. + -- Accounts predating this schema addition may contain NULL. + ADD user_registration CHAR(14) BINARY; -- cgit v1.2.3-54-g00ecf