fix(migrations): add display_name to all user_grant tables (#359)

This commit is contained in:
Silvan 2020-07-07 13:00:00 +02:00 committed by GitHub
parent a6ffb120fa
commit 36916838ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,2 @@
ALTER TABLE auth.user_grants ADD COLUMN display_name TEXT;
ALTER TABLE authz.user_grants ADD COLUMN display_name TEXT;