Skip to content

Commit

Permalink
[git actions] PR fixes and upgrade schema added
Browse files Browse the repository at this point in the history
  • Loading branch information
DrToldme committed Nov 27, 2023
1 parent 4968595 commit e33a37f
Show file tree
Hide file tree
Showing 8 changed files with 857 additions and 40 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/damengDatabaseTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
- name: Creating schema
run: |
docker cp ./.github/workflows/scripts/damengStartup.sh dameng:/
docker exec dameng chmod 667 /damengStartup.sh
docker exec dameng /damengStartup.sh
docker cp ./schema/dameng/createdb.sql dameng:/
docker exec dameng bash -c "cat /createdb.sql | /opt/dmdbms/bin/disql SYSDBA/SYSDBA001:5236"
- name: Run Jest
run: npm exec -c 'cd ./DocService && jest databaseTests --inject-globals=false --config=../tests/jest.config.js'
33 changes: 0 additions & 33 deletions .github/workflows/scripts/damengStartup.sh

This file was deleted.

3 changes: 1 addition & 2 deletions Common/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@
"columnNameUpperCase": false,
"columnNameCase": "lower",
"loginEncrypt": false,
"localTimezone": 0,
"compatibleMode": "mysql"
"localTimezone": 0
},
"oracleExtraOptions": {},
"msSqlExtraOptions": {
Expand Down
Loading

0 comments on commit e33a37f

Please sign in to comment.