Skip to content

Commit

Permalink
Update database
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Apr 7, 2021
1 parent 3abd5dd commit b10131b
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 141 deletions.
8 changes: 4 additions & 4 deletions .db/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version: '3.1'
services:

db:
image: mysql
command: --default-authentication-plugin=mysql_native_password
image: mariadb
# command: --default-authentication-plugin=mysql_native_password
restart: always
volumes:
- ./mysql-dump:/docker-entrypoint-initdb.d
# volumes:
# - ./mysql-dump:/docker-entrypoint-initdb.d
environment:
MYSQL_ROOT_PASSWORD: example
ports:
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Server/Docs/DocsFunctions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ module PredefinedParams =
let ontologyInfoExmp2:OntologyInfo = OntologyInfo.create "Q TRAP" "MS:1000187"

let unitOntologyExmp:DbDomain.Ontology = {
ID = 1L
Name = "uo"
CurrentVersion = "releases/2020-03-10"
Definition = "Unit Ontology"
Expand Down
Loading

0 comments on commit b10131b

Please sign in to comment.