mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
9 lines
335 B
MySQL
9 lines
335 B
MySQL
|
UPDATE {$NAMESPACE}_slowvote.slowvote_poll
|
||
|
SET responseVisibility = 'visible' WHERE responseVisibility = '0';
|
||
|
|
||
|
UPDATE {$NAMESPACE}_slowvote.slowvote_poll
|
||
|
SET responseVisibility = 'voters' WHERE responseVisibility = '1';
|
||
|
|
||
|
UPDATE {$NAMESPACE}_slowvote.slowvote_poll
|
||
|
SET responseVisibility = 'owner' WHERE responseVisibility = '2';
|