Skip to content

Commit

Permalink
WWW DB storage_institutions domainBlacklist NOT NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
piernov committed Nov 23, 2022
1 parent a7a5b3e commit 2b6981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/www.sql
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CREATE TABLE IF NOT EXISTS `LUM_User` (
CREATE TABLE IF NOT EXISTS `storage_institutions` (
`institutionID` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`domain` varchar(100) NOT NULL,
`domainBlacklist` text,
`domainBlacklist` text NOT NULL DEFAULT '',
`storageQuota` int(11) NOT NULL,
PRIMARY KEY (`institutionID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Expand Down

0 comments on commit 2b6981e

Please sign in to comment.