refactor: migration tag repository to kysely (#16398)

This commit is contained in:
Jason Rasmussen 2025-03-03 13:41:19 -05:00 committed by GitHub
parent ff19502035
commit d1fd0076cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 343 additions and 245 deletions

View file

@ -52,5 +52,6 @@ export const columns = {
'shared_links.password',
],
userDto: ['id', 'name', 'email', 'profileImagePath', 'profileChangedAt'],
tagDto: ['id', 'value', 'createdAt', 'updatedAt', 'color', 'parentId'],
apiKey: ['id', 'name', 'userId', 'createdAt', 'updatedAt', 'permissions'],
} as const;