Skip to content
Snippets Groups Projects
Commit fd599937 authored by syuilo's avatar syuilo
Browse files

Merge branch 'develop'

parents 8451436c 1894df88
No related branches found
Tags 12.99.2
No related merge requests found
{
"name": "misskey",
"version": "12.99.1",
"version": "12.99.2",
"codename": "indigo",
"repository": {
"type": "git",
......
......@@ -4,6 +4,8 @@ module.exports = class chartV31639325650583 {
name = 'chartV31639325650583'
async up(queryRunner) {
await queryRunner.query(`DELETE FROM "__chart__per_user_drive" WHERE "group" IS NULL`);
await queryRunner.query(`DROP INDEX "public"."IDX_dd907becf76104e4b656659e6b"`);
await queryRunner.query(`DROP INDEX "public"."IDX_eddfed8fb40305a04c6f941050"`);
await queryRunner.query(`DROP INDEX "public"."IDX_f09d543e3acb16c5976bdb31fa"`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment