Fix MSSQL dbscripts of DM_DB, APPM_DB #66

Merged
inosh merged 3 commits from prathabanKavin/device-mgt-core:mssqlfix into master 2 years ago

Purpose

Description

MSSQL dbscripts are fixed without errors

  1. Add if not exists condition on table creation
  2. VARCHAR limit is set to 8000 which is the max limit allowed by MSSQL
  3. DECIMAL range of LATITUDE, LONGITUDE set to 3 since allowed range by MSSQL is 0 to 3
  4. false values are replaced with 0s.
## Purpose * Fixes https://roadmap.entgra.net/issues/9893 ## Description MSSQL dbscripts are fixed without errors 1. Add if not exists condition on table creation 2. VARCHAR limit is set to 8000 which is the max limit allowed by MSSQL 3. DECIMAL range of LATITUDE, LONGITUDE set to 3 since allowed range by MSSQL is 0 to 3 4. false values are replaced with 0s.
prathabanKavin force-pushed mssqlfix from 3e627f17ee to e4a5f49b9c 2 years ago
prathabanKavin added 1 commit 2 years ago
inosh merged commit 0a9661f98e into master 2 years ago
The pull request has been merged as 0a9661f98e.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: community/device-mgt-core#66
Loading…
There is no content yet.