mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add line to downgrade
This commit is contained in:
parent
88e789c53e
commit
8c4664e391
@ -109,4 +109,6 @@ export async function downgrade(queryFn: (query: string, values?: any[]) => Prom
|
||||
)
|
||||
|
||||
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