Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b360efc
Merge pull request #1 from openimis/develop
mngoe Oct 5, 2022
0fd21a7
ajustement 5_base/data
mngoe Oct 5, 2022
e8ab11d
Merge branch 'develop' of github.com:mngoe/database_ms_sqlserver into…
mngoe Oct 5, 2022
87247dc
Merge pull request #155 from mngoe/develop
dragos-dobre Nov 15, 2022
ed11a55
OP-975 Added additional filters to uspAPIGetClaims (#157)
malinowskikam Dec 8, 2022
2f59166
OP-1066: modular IMIS: time correlations don't work (#158)
hirensoni913 Feb 14, 2023
828dd24
OTC-780: update business logic (#160)
Feb 16, 2023
d2d0b61
Devision by 0 while calculating Allocated amount (#159)
hirensoni913 Feb 24, 2023
dbda059
change encoding to UTF-8
delcroip Feb 24, 2023
1efe1ef
UTF-8 + LF
delcroip Feb 24, 2023
791b89a
Merge docker and fix SQL
delcroip Feb 24, 2023
4d3aa11
remove run that never stops
delcroip Feb 24, 2023
85b74fe
to unblock CI on other repo
delcroip Feb 28, 2023
a71cc0b
fix end date for batch process
delcroip Mar 6, 2023
4130006
Merge pull request #164 from openimis/fix-end-date-batch
dragos-dobre Mar 6, 2023
e470bc0
Capitation : Wrong formula to calculate allocation is fixed
hirensoni913 Mar 7, 2023
ddfe0e6
Finish feature/OTC-941
dragos-dobre Mar 10, 2023
56c1f78
Change type of env INIT_MODE from 'empty' to empty
Mar 23, 2023
4a80c54
Update Dockerfile
hirensoni913 Mar 23, 2023
ec6bb44
Update Dockerfile
hirensoni913 Mar 23, 2023
6eb91b7
Fixed the INIT_MODE variable
hirensoni913 Mar 24, 2023
f1cd8f3
Finish hotfix/init_mode_fix
dragos-dobre Mar 24, 2023
c2701be
utf-8
delcroip Mar 24, 2023
c3c45f4
Update docker.yml
delcroip May 17, 2023
93640a8
Added IF EXISTS check for Indexes (#168)
hirensoni913 Jun 1, 2023
7a3d906
OP-1467 Remove refs to file groups + unsafe update (#169)
edarchis Jun 12, 2023
ab8879d
LF
delcroip Jul 14, 2023
ee3e7cc
Update README.md (#171)
delcroip Jul 19, 2023
95247a4
STD password for Admin in empty DB (#172)
delcroip Sep 5, 2023
f8c2e1d
Merge branch 'main' into develop
dragos-dobre Dec 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ git clone https://github.com/openimis/database_ms_sqlserver

* create a new database (i.e. openIMIS.X.Y.Z where X.Y.Z is the openIMIS database version)

* Execute the initial database creation script (from [Empty databases](./Empty%20databases/) folder) to your SQL Server using SSMS or shell. (The default empty database to create is openIMIS_ONLINE.sql)
* Execute the initial database creation script fullEmpytDatabase.sql or fullDemoDatabase.sql (see "creating SQL script" section on how to get them)

### Upgrading

In order to upgrade from the previous version of openIMIS database (see [Versioning](#versioning) section), execute the migration script from [Migration script](./Migration%20script/) folder. We recommend that you create a backup of your openIMIS database before executing the migration script.
In order to upgrade from the previous version of openIMIS database (see [Versioning](#versioning) section), execute the migration script (fullMigrationSript), see "creating SQL script" to get it

## Deployment

Expand All @@ -41,6 +41,10 @@ For deployment please read the [installation manual](http://openimis.readthedocs
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
-->

### Creating SQL script

SQL files for initialisaiton or update are created using bash script concatenate_files.sh or by downloading the sql-file zip from the latest release https://github.com/openimis/database_ms_sqlserver/releases/latest

## openIMIS dockerized database


Expand Down
Loading