mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-19 07:55:17 +00:00
background -> logo
This commit is contained in:
@ -66,7 +66,7 @@ CREATE TABLE `comunic_conversations_list` (
|
||||
`creation_time` int DEFAULT NULL,
|
||||
`can_everyone_add_members` tinyint DEFAULT '1',
|
||||
`color` varchar(6) DEFAULT NULL,
|
||||
`background` varchar(255) DEFAULT NULL,
|
||||
`logo` varchar(255) DEFAULT NULL,
|
||||
`group_id` int DEFAULT NULL,
|
||||
`last_activity` int DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
|
@ -23,5 +23,5 @@ alter table comunic_conversations_list drop column user_id;
|
||||
alter table comunic_conversations_list rename column last_active to last_activity;
|
||||
alter table comunic_conversations_list
|
||||
add column color varchar(6),
|
||||
add column background varchar(255),
|
||||
add column logo varchar(255),
|
||||
add group_id int;
|
Reference in New Issue
Block a user