1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Rename smsMgr to smsMapper to follow OC guidelines. Also implement saveAll alpha function

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 16:13:40 +02:00
parent 0a16d05c0d
commit aefea6b8ff
5 changed files with 82 additions and 45 deletions
-2
View File
@@ -23,7 +23,5 @@ class Sms extends Entity {
$this->addType('smsRead', 'boolean');
$this->addType('smsSeen', 'boolean');
}
id | user_id | added | lastmodified | sms_read | sms_date | sms_id | sms_address | sms_msg
}
?>