[sr-dev] git:master:673f4af2: auth_db: database table version updated to 7

Daniel-Constantin Mierla miconda at gmail.com
Thu Oct 6 15:04:27 CEST 2016


Module: kamailio
Branch: master
Commit: 673f4af214fcb613ce227b5c9b1b8057357c0836
URL: https://github.com/kamailio/kamailio/commit/673f4af214fcb613ce227b5c9b1b8057357c0836

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/673f4af214fcb613ce227b5c9b1b8057357c0836.diff
Patch: https://github.com/kamailio/kamailio/commit/673f4af214fcb613ce227b5c9b1b8057357c0836.patch

---

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




More information about the sr-dev mailing list