We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009995a commit 7a9d2cbCopy full SHA for 7a9d2cb
1 file changed
packages/corelib/src/dataModel/Studio.ts
@@ -37,7 +37,13 @@ export {
37
38
export type StudioLight = Omit<DBStudio, 'mappingsWithOverrides' | 'blueprintConfigWithOverrides'>
39
40
-/** A set of available layer groups in a given installation */
+/*
41
+ Note to developers (2026-03-16):
42
+ As decided in [RFC #1450](https://github.com/Sofie-Automation/sofie-core/issues/1450)
43
+ The Studio Data model is to be limited to only contain a single Studio object.
44
+ This is incrementally being implemented throughout the codebase.
45
+ In 26.03, Sofie has a migration which refuses to pass until there is only one studio, and will not allow creating more.
46
+*/
47
export interface DBStudio {
48
_id: StudioId
49
0 commit comments