mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
Add actions table column
This commit is contained in:
@@ -127,6 +127,7 @@ export type QueryBuilderGroup = {
|
||||
};
|
||||
|
||||
export enum TableColumn {
|
||||
ACTIONS = 'actions',
|
||||
ALBUM = 'album',
|
||||
ALBUM_ARTIST = 'albumArtist',
|
||||
ALBUM_COUNT = 'albumCount',
|
||||
|
||||
Reference in New Issue
Block a user