Skip to content

Commit 7386bf6

Browse files
Remove quantarch references from database model
"quantarch" used to be an old, internal name for the project. This is now fully replaced with codeface, so update the database schema accordingly. Also adapt the default configuration file to the new naming convention. Signed-off-by: Wolfgang Mauerer <[email protected]>
1 parent f8e6fec commit 7386bf6

File tree

5 files changed

+295
-295
lines changed

5 files changed

+295
-295
lines changed

codeface.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
---
1010
# Database access information
1111
dbhost: localhost
12-
dbuser: quantarch
13-
dbpwd: quantarch
14-
dbname: quantarch
12+
dbuser: codeface
13+
dbpwd: codeface
14+
dbname: codeface
1515

1616
# PersonService Settings
1717
idServicePort: 8080

datamodel/QuantArch.mwb

-51.8 KB
Binary file not shown.

datamodel/codeface.mwb

51.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)