AAIT#40392 mogelijkheid om (app)notificaties naar meerdere (bedrijfs)adressen te kunnen sturen

svn path=/Database/trunk/; revision=35299
This commit is contained in:
Jos Groot Lipman
2017-09-13 14:23:12 +00:00
parent 85d2777414
commit 4069fc5607
3 changed files with 16 additions and 8 deletions

View File

@@ -183,6 +183,8 @@ CREATE TABLE aut_client_perslid
CONSTRAINT aut_r_aut_client_id REFERENCES aut_client(aut_client_key) ON DELETE CASCADE,
aut_client_perslid_device_id
VARCHAR(320),
aut_client_perslid_device_name
VARCHAR(320),
aut_client_perslid_scope
VARCHAR(320)
DEFAULT NULL,