1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

11.0.3 sql (#5836)

This commit is contained in:
欢乐马
2023-12-18 11:24:29 +08:00
committed by GitHub
parent 637d48cb52
commit 2fe6c6fd35
4 changed files with 12 additions and 2 deletions

View File

@@ -1023,7 +1023,7 @@ CREATE TABLE `social_auth_usersocialauth` (
`username` varchar(255) NOT NULL,
`provider` varchar(32) NOT NULL,
`uid` varchar(255) NOT NULL,
`extra_data` longtext NOT NULL,
`extra_data` longtext DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `social_auth_usersocialauth_provider_uid_e6b5e668_uniq` (`provider`,`uid`),
KEY `social_auth_usersocialauth_username_3f06b5cf` (`username`)