fix2 migration DetectedOperation_add_subsystems_and_extraData

This commit is contained in:
ngfrolov 2023-12-05 11:37:52 +05:00
parent e550ac9d13
commit 2ceac00a4f
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -36,6 +36,7 @@ namespace AsbCloudDb.Migrations
table: "t_detected_operation",
type: "jsonb",
nullable: false,
defaultValue: new { },
comment: "доп. инфо по операции");
}