Skip to content

Commit

Permalink
Merge pull request #181 from hathitrust/167_remove_institutions.report
Browse files Browse the repository at this point in the history
Addresses #167 Remove institutions.report column
  • Loading branch information
moseshll authored Jun 13, 2024
2 parents 044b78a + dd9d71b commit d24a413
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/db/sql/001_crms_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,6 @@ CREATE TABLE `institutions` (
`name` longtext NOT NULL,
`shortname` longtext NOT NULL,
`suffix` varchar(31) DEFAULT NULL,
`report` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=105 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
Expand Down

0 comments on commit d24a413

Please sign in to comment.