Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Revert "Merge pull request #40 from ConradP/fix-admin-permissions-table"
Browse files Browse the repository at this point in the history
This reverts commit 5bb2bfa.
  • Loading branch information
derrickmehaffy committed Sep 6, 2022
1 parent 5bb2bfa commit 25ab4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3-sql-v4-sql/migrate/helpers/adminHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function migrateAdminPermissions() {
action: migrateUids(item.action),
subject: migrateSubject(item.subject),
properties: migrateProperties(item.properties),
conditions: item.conditions,
conditions: JSON.stringify(item.conditions),
}));
const roleLinks = items.map((item) => ({
permission_id: item.id,
Expand Down

0 comments on commit 25ab4e6

Please sign in to comment.