cargo add mail
This commit is contained in:
@@ -7,3 +7,5 @@ CREATE TABLE IF NOT EXISTS donnees (
|
||||
date_donnee datetime NOT NULL,
|
||||
PRIMARY KEY (id)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
|
||||
CREATE INDEX grafana_index ON donnees(date_donnee, capteur, type);
|
||||
|
||||
Reference in New Issue
Block a user