Réécriture de l'envoi de SMS (OVH) + Ajout d'une fonction d'import depuis des fichiers Excel + Ajout d'une donnée pour le numéro d'appartement.

This commit is contained in:
2020-12-28 00:24:12 +01:00
parent 22de04c0c9
commit f4aac126eb
24 changed files with 778 additions and 193 deletions

View File

@@ -3,7 +3,8 @@
namespace Hermes.Migrations {
internal sealed class Configuration : DbMigrationsConfiguration<Hermes.Model.ModelContext> {
public Configuration() {
AutomaticMigrationsEnabled = false;
AutomaticMigrationsEnabled = true;
AutomaticMigrationDataLossAllowed = true;
ContextKey = "Hermes";
}