Files
dougal-software/lib/www/server/lib/db/channels.js
2025-08-19 18:53:40 +02:00

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",
];