Skip to content

Commit

Permalink
changing revoked_by from UUID to integer
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorTCO committed Aug 17, 2023
1 parent e5cf843 commit 0a7082c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ALTER TABLE api_key
ADD COLUMN created_date TIMESTAMP WITHOUT TIME ZONE,
ADD COLUMN is_revoked BOOLEAN,
ADD COLUMN revocation_date TIMESTAMP WITHOUT TIME ZONE,
ADD COLUMN revoked_by UUID;
ADD COLUMN revoked_by integer;

0 comments on commit 0a7082c

Please sign in to comment.