pull/3680/head
Isaac Connor 2023-03-22 13:28:35 -04:00
parent c8802623e4
commit 821bfa9625
1 changed files with 1 additions and 1 deletions

View File

@ -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),