mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-12 18:02:40 +01:00
4 lines
101 B
MySQL
4 lines
101 B
MySQL
|
UPDATE {$NAMESPACE}_owners.owners_package
|
||
|
SET authorityMode = 'strong'
|
||
|
WHERE authorityMode = '';
|