mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-06 15:50:42 +00:00
Add missing set
This commit is contained in:
@@ -374,7 +374,7 @@ export default async function migration() {
|
||||
);
|
||||
const updateResourcePolicyRefs = db.prepare(
|
||||
`UPDATE 'resources'
|
||||
"defaultResourcePolicyId" = ?
|
||||
SET "defaultResourcePolicyId" = ?
|
||||
WHERE "resourceId" = ?`
|
||||
);
|
||||
const policyNiceIdExists = db.prepare(
|
||||
|
||||
Reference in New Issue
Block a user