mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
Fix detection of sequence modification time
This commit is contained in:
@@ -24,6 +24,8 @@ async function sequenceLastModified (projectId, sequence) {
|
||||
FROM (
|
||||
SELECT sequence, string_to_array(hash, ':') AS hash
|
||||
FROM raw_shots
|
||||
UNION SELECT sequence, string_to_array(hash, ':') AS hash
|
||||
FROM final_shots
|
||||
) AS h
|
||||
GROUP BY sequence
|
||||
HAVING sequence = $1;
|
||||
|
||||
Reference in New Issue
Block a user