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(
|
const updateResourcePolicyRefs = db.prepare(
|
||||||
`UPDATE 'resources'
|
`UPDATE 'resources'
|
||||||
"defaultResourcePolicyId" = ?
|
SET "defaultResourcePolicyId" = ?
|
||||||
WHERE "resourceId" = ?`
|
WHERE "resourceId" = ?`
|
||||||
);
|
);
|
||||||
const policyNiceIdExists = db.prepare(
|
const policyNiceIdExists = db.prepare(
|
||||||
|
|||||||
Reference in New Issue
Block a user