Skip to content

Commit

Permalink
feature/change to env vars table
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Jul 24, 2024
1 parent 33d141c commit db32801
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
alter table "public"."encrypted_env_vars" drop column "iv";

alter table "public"."encrypted_env_vars" alter column "encrypted_value" set default ''::text;

alter table "public"."encrypted_env_vars" alter column "encrypted_value" set data type text using "encrypted_value"::text;


0 comments on commit db32801

Please sign in to comment.