mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix migration mysql
This commit is contained in:
parent
3d3780ab9e
commit
6caddf05c0
@ -8,7 +8,7 @@ export async function upgrade(queryFn: (query: string, values?: any[]) => Promis
|
||||
ADD \`user_id\` INT UNSIGNED NULL DEFAULT NULL AFTER \`transaction_id\`,
|
||||
ADD \`transaction_link_id\` INT UNSIGNED NULL DEFAULT NULL AFTER \`user_id\`,
|
||||
ADD \`type_id\` INT UNSIGNED NOT NULL AFTER \`transaction_link_id\`,
|
||||
ADD \`error\` text NULL DEFAULT NULL AFTER \`verified_at\`,
|
||||
ADD \`error\` text NULL DEFAULT NULL AFTER \`verified_at\`
|
||||
;
|
||||
`)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user