Page MenuHomePhabricator

D5521.id18031.diff
No OneTemporary

D5521.id18031.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
Fri, Nov 22, 5:14 AM (14 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2560062
Default Alt Text
D5521.id18031.diff (601 B)

Event Timeline