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

Add survey posts support

This commit is contained in:
2020-07-04 16:44:42 +02:00
parent 1e956cdcb5
commit 8d5013b00a
12 changed files with 237 additions and 13 deletions

View File

@@ -40,6 +40,15 @@ pub mod database_tables_names {
/// Movies table
pub const MOVIES_TABLE: &str = "galerie_video";
/// Survey info table
pub const SURVEY_INFO_TABLE: &str = "sondage";
/// Survey choices table
pub const SURVEY_CHOICES_TABLE: &str = "sondage_choix";
/// Survey responses table
pub const SURVEY_RESPONSE_TABLE: &str = "sondage_reponse";
}
/// The account image to show for user who do not have any