diff --git a/INSTALL/MYSQL.sql b/INSTALL/MYSQL.sql index 7b7dacf52..4a4a2114c 100644 --- a/INSTALL/MYSQL.sql +++ b/INSTALL/MYSQL.sql @@ -1428,7 +1428,7 @@ CREATE TABLE IF NOT EXISTS `users` ( -- Table structure for table `user_login_profiles` -- -CREATE TABLE `user_login_profiles` ( +CREATE TABLE IF NOT EXISTS `user_login_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `user_id` int(11) NOT NULL, @@ -1698,4 +1698,4 @@ INSERT IGNORE INTO `org_blocklists` (`org_uuid`, `created`, `org_name`, `comment INSERT IGNORE INTO `admin_settings` (`setting`, `value`) VALUES ('fix_login', NOW()), -('default_role', 3); \ No newline at end of file +('default_role', 3);