Skip to content

Commit

Permalink
Add migration to track application decision time
Browse files Browse the repository at this point in the history
  • Loading branch information
VictiniX888 committed Oct 18, 2023
1 parent bea5208 commit cba3d4d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
alter table public.user_profiles
add column application_status_last_changed timestamptz;

0 comments on commit cba3d4d

Please sign in to comment.