add line to downgrade

This commit is contained in:
einhorn_b 2022-07-04 13:46:04 +02:00
parent 88e789c53e
commit 8c4664e391

View File

@ -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\``)
}