mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove forgotten drop transactions_temp table
This commit is contained in:
parent
d9c6836f89
commit
72a4c1145d
@ -1914,6 +1914,4 @@ export async function downgrade(queryFn: (query: string, values?: any[]) => Prom
|
|||||||
)
|
)
|
||||||
|
|
||||||
await queryFn(`UPDATE \`transactions\` set \`previous\` = 150 WHERE \`id\` = 278`)
|
await queryFn(`UPDATE \`transactions\` set \`previous\` = 150 WHERE \`id\` = 278`)
|
||||||
// drop temp table
|
|
||||||
await queryFn(`DROP TABLE IF EXISTS \`transactions_temp\``)
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user