Add missing set

This commit is contained in:
Owen
2026-06-01 15:27:30 -07:00
parent ba71016f87
commit 2ae4c29418

View File

@@ -374,7 +374,7 @@ export default async function migration() {
); );
const updateResourcePolicyRefs = db.prepare( const updateResourcePolicyRefs = db.prepare(
`UPDATE 'resources' `UPDATE 'resources'
"defaultResourcePolicyId" = ? SET "defaultResourcePolicyId" = ?
WHERE "resourceId" = ?` WHERE "resourceId" = ?`
); );
const policyNiceIdExists = db.prepare( const policyNiceIdExists = db.prepare(