mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
New database version
This commit is contained in:
parent
1fa82581b6
commit
b3e20b1685
3 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 3.5.3-dev (Asparagus)
|
||||
-- DB_UPDATE_VERSION 1233
|
||||
-- DB_UPDATE_VERSION 1234
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
@ -1027,7 +1027,8 @@ CREATE TABLE IF NOT EXISTS `thread` (
|
|||
INDEX `authorid` (`author-id`),
|
||||
INDEX `uid_created` (`uid`,`created`),
|
||||
INDEX `uid_commented` (`uid`,`commented`),
|
||||
INDEX `uid_wall_created` (`uid`,`wall`,`created`)
|
||||
INDEX `uid_wall_created` (`uid`,`wall`,`created`),
|
||||
INDEX `private_wall_received` (`private`,`wall`,`received`)
|
||||
) DEFAULT COLLATE utf8mb4_general_ci;
|
||||
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue