Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## db-image

Docker image with MariaDB and HathiTrust database for testing.
Docker image with MariaDB and HathiTrust database for testing and local development.

Note: the `mdp-lib` credentials (at the end of `sql/000_ht_schema.sql`)
should be used wherever possible. The `mdp-admin` account has write
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ services:
mariadb:
build: .
restart: always

1 change: 0 additions & 1 deletion sql/000_ht_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ CREATE TABLE `ht_institutions` (
`inst_id` varchar(64) PRIMARY KEY NOT NULL,
`grin_instance` varchar(8) DEFAULT NULL,
`name` varchar(256) DEFAULT NULL,
`template` varchar(256) DEFAULT NULL,
`domain` varchar(32) DEFAULT NULL,
`us` tinyint(1) NOT NULL DEFAULT 0,
`mapto_inst_id` varchar(32) DEFAULT NULL,
Expand Down
Loading