Skip to content

Commit

Permalink
Merge pull request #1407 from consolelabs/fix/account-migration
Browse files Browse the repository at this point in the history
fix: account migration
  • Loading branch information
anhnh12 authored Jul 10, 2024
2 parents e410f07 + eba2181 commit b87c88f
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 b87c88f

Please sign in to comment.