r85811 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85810‎ | r85811 | r85812 >
Date:18:31, 11 April 2011
Author:tparscal
Status:ok
Tags:
Comment:
(part 2 of 2 - see r85810) Fixed schema issues, syntax errors in the schema update code, made path to SQL file absolute (by adding a true at the end of the array) and got the form working for verifying an email address.
Modified paths:
  • /trunk/extensions/EmailCapture/sql/CreateEmailCaptureTable.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/EmailCapture/sql/CreateEmailCaptureTable.sql
@@ -1,9 +1,9 @@
22 -- Captured email addresses
33 CREATE TABLE IF NOT EXISTS /*_*/email_capture (
44 -- Email address
5 - ec_email tinytext NOT NULL,
 5+ ec_email varbinary(255) NOT NULL DEFAULT '',
66 -- Additional information
7 - ec_info blob NOT NULL,
 7+ ec_info blob NOT NULL DEFAULT '',
88 -- Verification code
99 ec_code varbinary(32) NOT NULL DEFAULT '',
1010 -- Verified

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85810Fixed schema issues, syntax errors in the schema update code, made path to SQ...tparscal18:29, 11 April 2011

Status & tagging log