comparison doc/app_sip_SL.sql @ 432:533188d2e6cc

Corrected bugs on SAR/SAA; added SQL files
author Alexandre Westfahl <awestfahl@freediameter.net>
date Wed, 28 Jul 2010 03:14:11 +0900
parents
children
comparison
equal deleted inserted replaced
431:1bb1bc417efe 432:533188d2e6cc
1
2
3 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
4
5 --
6 -- SUBSCRIBER LOCATOR DATABASE
7 --
8
9 -- --------------------------------------------------------
10
11 --
12 -- Table structure for table `ds_sip_aor_map`
13 --
14
15 CREATE TABLE IF NOT EXISTS `ds_sip_aor_map` (
16 `id_map` int(11) NOT NULL AUTO_INCREMENT,
17 `sip_aor` varchar(255) NOT NULL,
18 `diameter_uri` varchar(255) NOT NULL,
19 PRIMARY KEY (`id_map`)
20 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
21
"Welcome to our mercurial repository"