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

Save reports in the database

This commit is contained in:
2022-03-17 17:26:13 +01:00
parent 98e267f7e7
commit 51b413b059
10 changed files with 156 additions and 7 deletions

View File

@@ -58,6 +58,9 @@ pub mod database_tables_names {
/// Notifications table
pub const NOTIFICATIONS_TABLE: &str = "comunic_notifications";
/// Reports table
pub const REPORTS_TABLE: &str = "comunic_reports";
/// Forez presence table
pub const FOREZ_PRESENCE_TABLE: &str = "forez_presence";