summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-06-22 00:45:11 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-06-22 00:45:11 -0100
commite499140035e6d98d0e06563778dc8878bc271593 (patch)
tree8ca7ffb24d38961f3f1a37df2e27e36eead11b4f
parentee7c0a613edb3765b788768563ced8caf5c271d3 (diff)
fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-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'