summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/BridgeTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php
index 46eaa2c..d1ceda4 100644
--- a/test/BridgeTest.php
+++ b/test/BridgeTest.php
@@ -21,7 +21,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
'post_id MEDIUMINT UNSIGNED, ' .
'message_id VARCHAR(255) NOT NULL, ' .
'in_reply_to VARCHAR(255), ' .
- 'time_stamp TIMESTAMP, ' .
+ 'edit_id MEDIUMINT NOT NULL AUTO_INCREMENT, ' .
'PRIMARY KEY (message_id), ' .
'INDEX (post_id))'
);