mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Scene play and o-counter history view and editing (#4532)
Co-authored-by: randemgame <61895715+randemgame@users.noreply.github.com>
This commit is contained in:
@@ -190,6 +190,22 @@ var (
|
||||
},
|
||||
valueColumn: scenesURLsJoinTable.Col(sceneURLColumn),
|
||||
}
|
||||
|
||||
scenesViewTableMgr = &viewHistoryTable{
|
||||
table: table{
|
||||
table: goqu.T(scenesViewDatesTable),
|
||||
idColumn: goqu.T(scenesViewDatesTable).Col(sceneIDColumn),
|
||||
},
|
||||
dateColumn: goqu.T(scenesViewDatesTable).Col(sceneViewDateColumn),
|
||||
}
|
||||
|
||||
scenesOTableMgr = &viewHistoryTable{
|
||||
table: table{
|
||||
table: goqu.T(scenesODatesTable),
|
||||
idColumn: goqu.T(scenesODatesTable).Col(sceneIDColumn),
|
||||
},
|
||||
dateColumn: goqu.T(scenesODatesTable).Col(sceneODateColumn),
|
||||
}
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user