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
@ -1913,7 +1913,5 @@ export async function downgrade(queryFn: (query: string, values?: any[]) => Prom
|
||||
WHERE \`id\` = 150`,
|
||||
)
|
||||
|
||||
await queryFn(`UPDATE \`transactions\` set \`previous\` = 150 WHERE \`id\` = 278`)
|
||||
// drop temp table
|
||||
await queryFn(`DROP TABLE IF EXISTS \`transactions_temp\``)
|
||||
await queryFn(`UPDATE \`transactions\` set \`previous\` = 150 WHERE \`id\` = 278`)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user