Create clean release database baseline
This commit is contained in:
@@ -60,7 +60,7 @@ describe("serialized project commands", () => {
|
||||
circuitId: "circuit-1",
|
||||
changes: {
|
||||
displayName: "Werkstatt",
|
||||
protectionRatedCurrent: 16,
|
||||
cableLength: 16,
|
||||
isReserve: false,
|
||||
remark: null,
|
||||
},
|
||||
@@ -378,7 +378,6 @@ describe("project-device structure project commands", () => {
|
||||
id: "row-1",
|
||||
circuitId: "circuit-1",
|
||||
linkedProjectDeviceId: null,
|
||||
legacyConsumerId: null,
|
||||
sortOrder: 10,
|
||||
name: "Luminaire",
|
||||
displayName: "Local lighting",
|
||||
@@ -445,7 +444,6 @@ describe("circuit device-row structure project commands", () => {
|
||||
id: "row-1",
|
||||
circuitId: "circuit-1",
|
||||
linkedProjectDeviceId: null,
|
||||
legacyConsumerId: null,
|
||||
sortOrder: 10,
|
||||
name: "Leuchte",
|
||||
displayName: "Leuchte",
|
||||
@@ -517,9 +515,6 @@ describe("circuit device-row move project commands", () => {
|
||||
equipmentIdentifier: "-1F3",
|
||||
displayName: "Neuer Stromkreis",
|
||||
sortOrder: 30,
|
||||
protectionType: null,
|
||||
protectionRatedCurrent: null,
|
||||
protectionCharacteristic: null,
|
||||
cableType: null,
|
||||
cableCrossSection: null,
|
||||
cableLength: null,
|
||||
@@ -683,7 +678,6 @@ describe("circuit structure project commands", () => {
|
||||
id: "row-1",
|
||||
circuitId: "circuit-1",
|
||||
linkedProjectDeviceId: null,
|
||||
legacyConsumerId: null,
|
||||
sortOrder: 10,
|
||||
name: "Leuchte",
|
||||
displayName: "Leuchte",
|
||||
@@ -709,9 +703,6 @@ describe("circuit structure project commands", () => {
|
||||
equipmentIdentifier: "-1F1",
|
||||
displayName: "Beleuchtung",
|
||||
sortOrder: 10,
|
||||
protectionType: null,
|
||||
protectionRatedCurrent: null,
|
||||
protectionCharacteristic: null,
|
||||
cableType: null,
|
||||
cableCrossSection: null,
|
||||
cableLength: null,
|
||||
|
||||
Reference in New Issue
Block a user