mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: phpBB3 importer failed to import users
FEATURE: Skip batches if posts or messages exists
This commit is contained in:
@ -13,7 +13,7 @@ module ImportScripts::PhpBB3
|
||||
|
||||
# Executes a database query.
|
||||
def query(sql)
|
||||
@database_client.query(sql, cache_rows: false, symbolize_keys: true)
|
||||
@database_client.query(sql, cache_rows: true, symbolize_keys: true)
|
||||
end
|
||||
|
||||
# Executes a database query and returns the value of the 'count' column.
|
||||
|
Reference in New Issue
Block a user