This commit is contained in:
Claus-Peter Huebner 2023-08-17 19:54:09 +02:00
parent e75d2b89cf
commit 72865bf9f2

View File

@ -39,4 +39,4 @@ export async function downgrade(queryFn: (query: string, values?: any[]) => Prom
await queryFn(
'ALTER TABLE `communities` MODIFY COLUMN `public_key` binary(64) NULL DEFAULT NULL;',
)
}
}