Skip to content

Commit

Permalink
Merge pull request #12 from cabinetoffice/feature/TMI2-191-api-key-li…
Browse files Browse the repository at this point in the history
…st-page

Feature/tmi2 191 api key list page
  • Loading branch information
ConnorTCO authored Aug 17, 2023
2 parents e92d651 + 0a7082c commit 7b23571
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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 integer;

0 comments on commit 7b23571

Please sign in to comment.