Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Migration/Version30704Date20200626072306.php')
-rw-r--r--lib/Migration/Version30704Date20200626072306.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Migration/Version30704Date20200626072306.php b/lib/Migration/Version30704Date20200626072306.php
index bb9efa40..5219cf9f 100644
--- a/lib/Migration/Version30704Date20200626072306.php
+++ b/lib/Migration/Version30704Date20200626072306.php
@@ -24,7 +24,7 @@ class Version30704Date20200626072306 extends SimpleMigrationStep {
$table = $schema->getTable('richdocuments_wopi');
if (!$table->hasColumn('template_id')) {
- $table->addColumn('template_id', 'integer', [
+ $table->addColumn('template_id', 'bigint', [
'notnull' => false,
'length' => 20,
]);