Page MenuHomePhabricator

D5521.id18035.diff
No OneTemporary

D5521.id18035.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
@@ -48,16 +48,19 @@
},
],
[
- 6,
+ 7,
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, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2560064
Default Alt Text
D5521.id18035.diff (623 B)

Event Timeline