Skip to content

Commit ace3e76

Browse files
committed
rework CI locations
1 parent 79ef93c commit ace3e76

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

94 Bytes
Binary file not shown.

Empty databases/openIMIS_ONLINE.sql

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26727,10 +26727,8 @@ BEGIN TRY
2672726727

2672826728
CREATE UNIQUE CLUSTERED INDEX CI_tblLocations ON tblLocations (
2672926729
[ValidityTo] ASC,
26730-
[LocationId] ASC,
26731-
[LocationCode] ASC,
26732-
[LocationName] ASC,
26733-
[LocationType] ASC
26730+
[LocationType] ASC,
26731+
[LocationId] ASC
2673426732
)
2673526733
WITH
2673626734
( PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF,

Migration script/openIMIS migration latest.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,6 +2350,7 @@ BEGIN TRY
23502350

23512351
CREATE UNIQUE CLUSTERED INDEX CI_tblLocations ON tblLocations (
23522352
[ValidityTo] ASC,
2353+
[LocationType] ASC,
23532354
[LocationId] ASC
23542355
)
23552356
WITH

0 commit comments

Comments
 (0)