aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/fill.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-08-30 22:54:24 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-08-30 22:54:24 +0200
commit625e7ef58aab1b2d61505f756d53c7d85d9f2d2b (patch)
tree216725609e8f37268a6a4f5f0ae2ed6b5f74846c /phpBB/develop/fill.php
parenta6d3432f8bb39f20a93a65f9145eec608ea7fd37 (diff)
downloadforums-625e7ef58aab1b2d61505f756d53c7d85d9f2d2b.tar
forums-625e7ef58aab1b2d61505f756d53c7d85d9f2d2b.tar.gz
forums-625e7ef58aab1b2d61505f756d53c7d85d9f2d2b.tar.bz2
forums-625e7ef58aab1b2d61505f756d53c7d85d9f2d2b.tar.xz
forums-625e7ef58aab1b2d61505f756d53c7d85d9f2d2b.zip
[feature/soft-delete] Update development scripts with new column names
PHPBB3-9657
Diffstat (limited to 'phpBB/develop/fill.php')
-rw-r--r--phpBB/develop/fill.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/fill.php b/phpBB/develop/fill.php
index e3b986e163..696b1e31c0 100644
--- a/phpBB/develop/fill.php
+++ b/phpBB/develop/fill.php
@@ -86,7 +86,7 @@ switch ($mode)
$topic_rows[] = "($topic_id, $forum_id, '$forum_id-$topic_id', " . (($topic_id % 34) ? '0' : '1') . ')';
- $sql = 'INSERT IGNORE INTO ' . POSTS_TABLE . ' (topic_id, forum_id, poster_id, post_subject, post_text, post_username, post_approved, post_time, post_reported)
+ $sql = 'INSERT IGNORE INTO ' . POSTS_TABLE . ' (topic_id, forum_id, poster_id, post_subject, post_text, post_username, post_visibility, post_time, post_reported)
VALUES ';
$rows = array();