Page MenuHomePhorge

D5521.1765106290.diff
No OneTemporary

Size
601 B
Referenced Files
None
Subscribers
None

D5521.1765106290.diff

diff --git a/keyserver/src/database/migration-config.js b/keyserver/src/database/migration-config.js
--- a/keyserver/src/database/migration-config.js
+++ b/keyserver/src/database/migration-config.js
@@ -50,14 +50,17 @@
[
6,
async () => {
- await dbQuery(SQL`
+ await dbQuery(
+ SQL`
ALTER TABLE users
DROP COLUMN public_key,
MODIFY hash char(60) COLLATE utf8mb4_bin DEFAULT NULL;
ALTER TABLE sessions
DROP COLUMN public_key;
- `);
+ `,
+ { multipleStatements: true },
+ );
},
],
]);

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 11:18 AM (21 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5844013
Default Alt Text
D5521.1765106290.diff (601 B)

Event Timeline