Module: kamailio Branch: master Commit: 673f4af214fcb613ce227b5c9b1b8057357c0836 URL: https://github.com/kamailio/kamailio/commit/673f4af214fcb613ce227b5c9b1b8057...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-10-06T15:02:50+02:00
auth_db: database table version updated to 7
- changes to db columns sizes
---
Modified: modules/auth_db/auth_db_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/673f4af214fcb613ce227b5c9b1b8057... Patch: https://github.com/kamailio/kamailio/commit/673f4af214fcb613ce227b5c9b1b8057...
---
diff --git a/modules/auth_db/auth_db_mod.c b/modules/auth_db/auth_db_mod.c index fd7d3c4..7ef7c0c 100644 --- a/modules/auth_db/auth_db_mod.c +++ b/modules/auth_db/auth_db_mod.c @@ -38,7 +38,7 @@ MODULE_VERSION
/* Note: If this is changed, please also change version in the uri_db module */ -#define TABLE_VERSION 6 +#define TABLE_VERSION 7
/* * Module destroy function prototype