summaryrefslogtreecommitdiffstats
path: root/lib/Migration/Version1000Date20221118000001.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Migration/Version1000Date20221118000001.php')
-rw-r--r--lib/Migration/Version1000Date20221118000001.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Migration/Version1000Date20221118000001.php b/lib/Migration/Version1000Date20221118000001.php
index aa5e33da..b38d7f3f 100644
--- a/lib/Migration/Version1000Date20221118000001.php
+++ b/lib/Migration/Version1000Date20221118000001.php
@@ -919,14 +919,6 @@ class Version1000Date20221118000001 extends SimpleMigrationStep {
]
);
$table->addColumn(
- 'parent_id_prim', Types::STRING,
- [
- 'notnull' => false,
- 'length' => 32,
- 'default' => '',
- ]
- );
- $table->addColumn(
'media_type', Types::STRING,
[
'notnull' => false,
@@ -1150,14 +1142,6 @@ class Version1000Date20221118000001 extends SimpleMigrationStep {
]
);
$table->addColumn(
- 'author_prim', Types::STRING,
- [
- 'notnull' => false,
- 'length' => 32,
- 'default' => ''
- ]
- );
- $table->addColumn(
'activity', Types::TEXT,
[
'notnull' => false,