summaryrefslogtreecommitdiff
path: root/docs/manual/smsd/tables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/smsd/tables.rst')
-rw-r--r--docs/manual/smsd/tables.rst36
1 files changed, 17 insertions, 19 deletions
diff --git a/docs/manual/smsd/tables.rst b/docs/manual/smsd/tables.rst
index 37191b6..de02aa5 100644
--- a/docs/manual/smsd/tables.rst
+++ b/docs/manual/smsd/tables.rst
@@ -26,13 +26,6 @@ of the same message from :ref:`outbox_multipart`.
Description of tables
---------------------
-.. _daemons:
-
-daemons
-+++++++
-
-Information about running daemons.
-
.. _gammu-table:
gammu
@@ -153,7 +146,7 @@ Fields description:
``SenderID`` (text)
which SMSD instance should send this one sequence, see
:config:option:`PhoneID` and :ref:`smsd-multi`. If blank, first SMSD who
- sees this message will process it.
+ sees this message first will process it.
``SendingTimeOut`` (timestamp)
used by SMSD instance for own targets
@@ -167,6 +160,9 @@ Fields description:
``Retries`` (integer)
number of attempted retries when sending this message
+``Priority`` (integer)
+ priority of message, messages with higher priority are processed first
+
.. _outbox_multipart:
outbox_multipart
@@ -226,6 +222,9 @@ Fields description:
``IMEI`` (text)
IMEI of phone
+``IMSI`` (text)
+ SIM IMSI
+
``Client`` (text)
client name, usually string Gammu with version
@@ -330,16 +329,6 @@ Fields description:
copied from CreatorID from outbox table
-pbk
-+++
-
-Not used by SMSD currently, included only for application usage.
-
-pbk_groups
-++++++++++
-
-Not used by SMSD currently, included only for application usage.
-
.. _smsd-tables-history:
History of database structure
@@ -354,9 +343,18 @@ History of database structure
History of schema versions:
+16
+
+ * Removed unused ``daemons``, ``pbk`` and ``pbk_groups`` tables.
+ * Added primary key to the ``gammu`` table.
+ * Added ``Priority`` field to the :ref:`outbox`.
+ * Added ``IMSI`` field to the :ref:`phones`.
+
+ .. versionchanged:: 1.37.90
+
15
- Added ``Retries`` field.
+ Added ``Retries`` field to the :ref:`outbox`.
.. versionchanged:: 1.36.7