DEV: Drop 'key' column from user_api_keys (#9388)

This commit is contained in:
Dan Ungureanu
2020-04-22 12:13:19 +03:00
committed by GitHub
parent 5c45363e67
commit 4e5f9d4cd1
5 changed files with 17 additions and 8 deletions

View File

@ -4,6 +4,5 @@ Fabricator(:readonly_user_api_key, from: :user_api_key) do
user
scopes ['read']
client_id { SecureRandom.hex }
key { SecureRandom.hex }
application_name 'some app'
end