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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-12-27 22:30:09 +0300
committerdartcafe <github@dartcafe.de>2019-12-27 22:30:09 +0300
commit19838646a55649a9f94dd4465001ed429b6cf1bc (patch)
tree5fc2d17d313864e60a1e04b47d9e0e9119a95597 /lib/Migration
parent6e71e029033a3cdb64082cf9adf803072ec9b27b (diff)
fix accidentially changed migration
Diffstat (limited to 'lib/Migration')
-rw-r--r--lib/Migration/Version0009Date20181125061900.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Migration/Version0009Date20181125061900.php b/lib/Migration/Version0009Date20181125061900.php
index 20462e1c..4c967391 100644
--- a/lib/Migration/Version0009Date20181125061900.php
+++ b/lib/Migration/Version0009Date20181125061900.php
@@ -71,7 +71,7 @@ class Version0009Date20181125061900 extends SimpleMigrationStep {
'autoincrement' => true,
'notnull' => true,
]);
- $table->addColumn('token', Type::STRING, [
+ $table->addColumn('hash', Type::STRING, [
'notnull' => false,
'length' => 64,
]);