summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Migration/Version0002Date20190622000001.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Migration/Version0002Date20190622000001.php b/lib/Migration/Version0002Date20190622000001.php
index 48ce46d2..93659187 100644
--- a/lib/Migration/Version0002Date20190622000001.php
+++ b/lib/Migration/Version0002Date20190622000001.php
@@ -103,12 +103,12 @@ class Version0002Date20190622000001 extends SimpleMigrationStep {
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
- $qb = $this->connection->getQueryBuilder();
- $qb->delete('social_a2_stream');
- $expr = $qb->expr();
- $qb->where($expr->eq('type', $qb->createNamedParameter('Announce')));
-
- $qb->execute();
+// $qb = $this->connection->getQueryBuilder();
+// $qb->delete('social_a2_stream');
+// $expr = $qb->expr();
+// $qb->where($expr->eq('type', $qb->createNamedParameter('Announce')));
+//
+// $qb->execute();
$this->check(
$schema, 'id', 'social_server_follows', 'social_a2_follows', 'accepted', 'boolean'