mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 06:27:07 +00:00
16 lines
368 B
JavaScript
16 lines
368 B
JavaScript
|
|
// This is the list of all channels for which the
|
|
// database issues notifications.
|
|
// NOTE: This needs to be kept up to date with
|
|
// database schema changes.
|
|
|
|
module.exports = [
|
|
"realtime", "event", "project",
|
|
"preplot_lines", "preplot_points",
|
|
"planned_lines",
|
|
"raw_lines", "raw_shots",
|
|
"final_lines", "final_shots", "info",
|
|
"queue_items",
|
|
"comparisons",
|
|
];
|