mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Renamed remove decay block migration to an accurate file version.
Some comment corrections
This commit is contained in:
parent
912e35090a
commit
2688377a7e
@ -10,7 +10,7 @@ export async function upgrade(queryFn: (query: string, values?: any[]) => Promis
|
||||
}
|
||||
|
||||
export async function downgrade(queryFn: (query: string, values?: any[]) => Promise<Array<any>>) {
|
||||
// When rolling back the database this entry is newly created. This should not hurt in any way tho.
|
||||
// When rolling back an empty database this entry is newly created. This should not hurt in any way tho.
|
||||
await queryFn(`
|
||||
INSERT INTO transactions
|
||||
VALUES(1682,9,0xC27BE999D7B4704E5F294099E780C5D6A275B165AFABFD8BECCEA39059CBB7B600000000000000000000000000000000,'','2021-05-13 15:46:31',NULL,NULL)
|
||||
Loading…
x
Reference in New Issue
Block a user