mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-26 03:13:54 +00:00
Added option of poll with hidden results.
This commit is contained in:
parent
a3f5763edd
commit
0c2ba20bfa
10 changed files with 178 additions and 43 deletions
|
|
@ -21,6 +21,7 @@ use Framadate\Migration\From_0_0_to_0_8_Migration;
|
|||
use Framadate\Migration\From_0_8_to_0_9_Migration;
|
||||
use Framadate\Migration\AddColumn_receiveNewComments_For_0_9;
|
||||
use Framadate\Migration\AddColumn_uniqId_In_vote_For_0_9;
|
||||
use Framadate\Migration\AddColumn_hidden_In_poll_For_0_9;
|
||||
use Framadate\Migration\Migration;
|
||||
use Framadate\Utils;
|
||||
|
||||
|
|
@ -33,7 +34,8 @@ $migrations = [
|
|||
new From_0_0_to_0_8_Migration(),
|
||||
new From_0_8_to_0_9_Migration(),
|
||||
new AddColumn_receiveNewComments_For_0_9(),
|
||||
new AddColumn_uniqId_In_vote_For_0_9()
|
||||
new AddColumn_uniqId_In_vote_For_0_9(),
|
||||
new AddColumn_hidden_In_poll_For_0_9(),
|
||||
];
|
||||
// ---------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue