Skip to content

Commit fb374d1

Browse files
author
philippe lhardy
committed
remove chosenRank type, keep only column
Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
1 parent 726a4ea commit fb374d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Db/Poll.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ public function __construct() {
187187
$this->addType('anonymous', 'integer');
188188
$this->addType('allowComment', 'integer');
189189
$this->addType('allowMaybe', 'integer');
190-
$this->addType('chosenRank', 'string');
191190
$this->addType('proposalsExpire', 'integer');
192191
$this->addType('voteLimit', 'integer');
193192
$this->addType('optionLimit', 'integer');

0 commit comments

Comments
 (0)