Skip to content

Commit

Permalink
uri_db: database table version for subscriber updated to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Oct 6, 2016
1 parent 673f4af commit 35b1881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/uri_db/uri_db.c
Expand Up @@ -43,7 +43,7 @@ MODULE_VERSION
* table version needs to be the same as auth_db use.
*/
#define URI_TABLE_VERSION 1
#define SUBSCRIBER_TABLE_VERSION 6 /* From auth_db */
#define SUBSCRIBER_TABLE_VERSION 7 /* From auth_db */

static void destroy(void); /* Module destroy function */
static int child_init(int rank); /* Per-child initialization function */
Expand Down

0 comments on commit 35b1881

Please sign in to comment.