1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-09-25 22:29:45 +00:00

Create new groups

This commit is contained in:
2020-06-24 09:08:31 +02:00
parent d38e2ee4ab
commit 5a14aaee31
9 changed files with 139 additions and 5 deletions

View File

@@ -27,6 +27,9 @@ pub mod database_tables_names {
/// Groups list table
pub const GROUPS_LIST_TABLE: &str = "comunic_groups";
/// Groups members table
pub const GROUPS_MEMBERS_TABLE: &str = "comunic_groups_members";
/// Conversations tables
pub const CONV_LIST_TABLE: &str = "comunic_conversations_list";
pub const CONV_USERS_TABLE: &str = "comunic_conversations_users";