Skip to content

Commit

Permalink
cleanup: drop trees_proofs table + proofs columns (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji committed Jun 27, 2023
1 parent 262e346 commit 616c92f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,11 @@ var Migrations = []migrate.Migration{
CREATE INDEX IF NOT EXISTS proofs_hashes_hash_idx ON proofs_hashes (hash);
`,
},
{
Name: "2023-06-26.1.drop_data.sql",
SQL: `
ALTER TABLE "trees" DROP COLUMN "proofs";
DROP TABLE "trees_proofs";
`,
},
}

1 comment on commit 616c92f

@vercel
Copy link

@vercel vercel bot commented on 616c92f Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lanyard – ./

lanyard.mf.dev
lanyard-git-main.mf.dev
lanyard-production.mf.dev

Please sign in to comment.