Skip to content

Commit f76704c

Browse files
committed
1 parent 3b79c1d commit f76704c

244 files changed

Lines changed: 26 additions & 177864 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@
1717
/server/PxStat/Properties/PublishProfiles/Dev.pubxml.user
1818
/server/PxStat/bin
1919
/server/PxStat/obj
20+
/server/PxStat.DataMatrix.Test
21+
/utilities/Px5Migrator/.vs

client/js/app.constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Application - Constant
44
*******************************************************************************/
55

66
// Application Version
7-
const C_APP_VERSION = "5.0.0";
7+
const C_APP_VERSION = "5.1.0";
88

99
// Master language
1010
const C_APP_MASTER_LANGUAGE = "en";

db/Scripts/5.1.0.sql

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
-- drop Jobs and dependencies
3+
4+
-- drop StoredProcedures and dependencies
5+
6+
-- drop Views and dependencies
7+
8+
-- drop Types and dependencies
9+
10+
-- alter database structure
11+
DROP TABLE TD_PERIOD
12+
DROP TABLE TD_FREQUENCY
13+
DROP TABLE TD_STATISTIC
14+
DROP TABLE TD_VARIABLE
15+
DROP TABLE TD_CLASSIFICATION
16+
DROP TABLE TM_DATA_CELL
17+
DROP TABLE TD_DATA
18+
ALTER TABLE TD_MATRIX DROP COLUMN MTR_MIGRATION_FLAG
19+
-- alter database data
20+
21+

db/StoredProcedures/Data/migration/Data_Matrix_DeleteMigratedEntities.sql

Lines changed: 0 additions & 50 deletions
This file was deleted.
-1.43 KB
Binary file not shown.

db/StoredProcedures/Data/migration/Migration_GetFrequencyDetails.sql

Lines changed: 0 additions & 32 deletions
This file was deleted.

db/StoredProcedures/Data/migration/Migration_ReadStatus.sql

Lines changed: 0 additions & 31 deletions
This file was deleted.

db/StoredProcedures/Data/migration/Migration_ReadUnmigrated.sql

Lines changed: 0 additions & 28 deletions
This file was deleted.

db/StoredProcedures/Data/migration/Migration_Read_Mark.sql

Lines changed: 0 additions & 52 deletions
This file was deleted.

db/StoredProcedures/Data/migration/Migration_Status_Update.sql

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)