Skip to content

Commit b87c88f

Browse files
authored
Merge pull request #1407 from consolelabs/fix/account-migration
fix: account migration
2 parents e410f07 + eba2181 commit b87c88f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

migrations/schemas/20240710114601-init_temp_accounts_table.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22
-- +migrate Up
3+
4+
DROP TABLE IF EXISTS temp_associated_accounts;
5+
36
CREATE TYPE "public"."profile_type" AS ENUM ('user', 'application', 'vault', 'application_vault');
47

58
CREATE TABLE "public"."profiles" (

0 commit comments

Comments
 (0)