Skip to content

Commit

Permalink
fix: make sure API tokens are backward compatible (#18583)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroms authored Sep 12, 2024
1 parent 0debfeb commit dd16925
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- DHIS2-17496: Make sure API tokens are backward compatible
update api_token set type = 'PERSONAL_ACCESS_TOKEN_V1' where type = 'PERSONAL_ACCESS_TOKEN';

0 comments on commit dd16925

Please sign in to comment.