Merge branch '2.4' into develop

pull/9665/head
iglocska 2024-04-04 08:17:46 +02:00
commit 540f86b361
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 2 deletions

View File

@ -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);
('default_role', 3);