Skip to content

Commit 7a9d2cb

Browse files
committed
chore: doc
1 parent 009995a commit 7a9d2cb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/corelib/src/dataModel/Studio.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ export {
3737

3838
export type StudioLight = Omit<DBStudio, 'mappingsWithOverrides' | 'blueprintConfigWithOverrides'>
3939

40-
/** A set of available layer groups in a given installation */
40+
/*
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+
*/
4147
export interface DBStudio {
4248
_id: StudioId
4349

0 commit comments

Comments
 (0)