mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Make the default Phriction view migration policy just "Users"
This is consistent with the old policy and more consistent with how other objects have been migrated into policies. Auditors: btrahan
This commit is contained in:
parent
2e13a31722
commit
3fa8b152b6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ $conn_w = $table->establishConnection('w');
|
|||
|
||||
echo "Populating Phriction policies.\n";
|
||||
|
||||
$default_view_policy = PhabricatorPolicies::getMostOpenPolicy();
|
||||
$default_view_policy = PhabricatorPolicies::POLICY_USER;
|
||||
$default_edit_policy = PhabricatorPolicies::POLICY_USER;
|
||||
|
||||
foreach (new LiskMigrationIterator($table) as $doc) {
|
||||
|
|
Loading…
Reference in a new issue