mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Ajout du support des SMS flash
This commit is contained in:
parent
59fc7b2f42
commit
08af44287a
6 changed files with 54 additions and 14 deletions
|
@ -39,6 +39,7 @@ CREATE TABLE IF NOT EXISTS scheduleds
|
|||
id INT NOT NULL AUTO_INCREMENT,
|
||||
at DATETIME NOT NULL,
|
||||
content VARCHAR(1000) NOT NULL,
|
||||
flash BOOLEAN NOT NULL DEFAULT 0,
|
||||
progress BOOLEAN NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
@ -153,4 +154,5 @@ VALUES ('transfer', '1'),
|
|||
('sms_stop', '1'),
|
||||
('detect_url', '1'),
|
||||
('default_phone_country', 'fr'),
|
||||
('preferred_phone_country', 'fr,be,ca');
|
||||
('preferred_phone_country', 'fr,be,ca'),
|
||||
('sms_flash', '0');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue