summaryrefslogtreecommitdiffstats
path: root/lib/Migration/Version0002Date20190717000001.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Migration/Version0002Date20190717000001.php')
-rw-r--r--lib/Migration/Version0002Date20190717000001.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Migration/Version0002Date20190717000001.php b/lib/Migration/Version0002Date20190717000001.php
index b2c9f2fd..568d0975 100644
--- a/lib/Migration/Version0002Date20190717000001.php
+++ b/lib/Migration/Version0002Date20190717000001.php
@@ -73,11 +73,11 @@ class Version0002Date20190717000001 extends SimpleMigrationStep {
): ISchemaWrapper {
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
- if (!$schema->hasTable('social_a2_cache_documts')) {
+ if (!$schema->hasTable('social_a2_cache_docum')) {
return $schema;
}
- $table = $schema->getTable('social_a2_cache_documts');
+ $table = $schema->getTable('social_a2_cache_docum');
if (!$table->hasColumn('resized_copy')) {
$table->addColumn(
'resized_copy', Type::TEXT,