Skip to content

Commit

Permalink
fix: account migration
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnh12 committed Jul 10, 2024
1 parent e410f07 commit eba2181
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

-- +migrate Up

DROP TABLE IF EXISTS temp_associated_accounts;

CREATE TYPE "public"."profile_type" AS ENUM ('user', 'application', 'vault', 'application_vault');

CREATE TABLE "public"."profiles" (
Expand Down

0 comments on commit eba2181

Please sign in to comment.