drop audience from oauth_tokens

This commit is contained in:
Bence Pőcze 2023-04-12 02:04:56 +02:00
parent 31ff9b287d
commit 6af7813e3d
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -0,0 +1,2 @@
ALTER TABLE `oauth_tokens`
DROP `audience`;