summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-27 20:59:14 +0000
committeruckelman <uckelman@nomic.net>2010-04-27 20:59:14 +0000
commit3c056655ee82d9a301d9f21d6f7fcc6fc3bfd59f (patch)
treea75ec10fbdbcbf8ffd76e67e1521e44339b747ae /test
parent32fd84ea44cd23da77b2f5c8af67d52f12c1825b (diff)
Better column name.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6770 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-rw-r--r--test/BridgeTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php
index 438a498..1707b36 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), ' .
- 'when TIMESTAMP, ' .
+ 'time_stamp TIMESTAMP, ' .
'PRIMARY KEY (message_id)), ' .
'INDEX (post_id)'
);