mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-09 17:18:31 +00:00
Add missing set
This commit is contained in:
parent
ba71016f87
commit
2ae4c29418
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ export default async function migration() {
|
|||
);
|
||||
const updateResourcePolicyRefs = db.prepare(
|
||||
`UPDATE 'resources'
|
||||
"defaultResourcePolicyId" = ?
|
||||
SET "defaultResourcePolicyId" = ?
|
||||
WHERE "resourceId" = ?`
|
||||
);
|
||||
const policyNiceIdExists = db.prepare(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue