mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Fix typo
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `User_Preferences`;
|
||||
CREATE TABLE `User_Preferencess` (
|
||||
CREATE TABLE `User_Preferences` (
|
||||
`Id` int(10) unsigned NOT NULL auto_increment,
|
||||
`UserId` int(10) unsigned NOT NULL,
|
||||
FOREIGN KEY (UserId) REFERENCES Users(Id),
|
||||
|
||||
Reference in New Issue
Block a user