summaryrefslogtreecommitdiffstats
path: root/setup/pbs.sql
diff options
context:
space:
mode:
Diffstat (limited to 'setup/pbs.sql')
-rw-r--r--setup/pbs.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/pbs.sql b/setup/pbs.sql
index 0c1a63a..4c68ea6 100644
--- a/setup/pbs.sql
+++ b/setup/pbs.sql
@@ -379,7 +379,7 @@ ALTER TABLE `pbs_passwordrecovery`
ADD CONSTRAINT `pbs_passwordrecovery_ibfk_1` FOREIGN KEY (`personID`) REFERENCES `pbs_person` (`personID`) ON DELETE CASCADE;
-CREATE TABLE IF NOT EXISTS `pbs_certificates` (
+CREATE TABLE IF NOT EXISTS `pbs_certificate` (
`certificateID` int(11) NOT NULL AUTO_INCREMENT,
`personID` int(11),
`serial` varchar(32) COLLATE utf8_unicode_ci NOT NULL,