From df4f99f3a2053bb0057e55c12e0f1373faff1015 Mon Sep 17 00:00:00 2001 From: Jenkins User Date: Tue, 28 Aug 2012 04:09:13 +0000 Subject: [PATCH] db-schema dump: snapshot Tue Aug 28 06:09:13 +0200 2012 --- schema/dump.db | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/dump.db b/schema/dump.db index f1cd2ad3..ba051bf7 100644 --- a/schema/dump.db +++ b/schema/dump.db @@ -1511,14 +1511,14 @@ CREATE TABLE `pua` ( `version` int(11) NOT NULL, `extra_headers` text NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY `expires_idx` (`expires`), UNIQUE KEY `pua_idx` (`etag`,`tuple_id`,`call_id`,`from_tag`), KEY `dialog1_idx` (`call_id`,`from_tag`,`to_tag`), KEY `dialog2_idx` (`pres_id`,`pres_uri`), KEY `tmp_dlg1_idx` (`call_id`,`from_tag`), KEY `tmp_dlg2_idx` (`pres_id`,`pres_uri`,`call_id`,`from_tag`), KEY `tmp_record1_idx` (`pres_id`), - KEY `tmp_record2_idx` (`pres_id`,`etag`) + KEY `tmp_record2_idx` (`pres_id`,`etag`), + KEY `expires_idx` (`expires`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; DROP TABLE IF EXISTS `rls_presentity`; @@ -1806,7 +1806,7 @@ CREATE TABLE `db_schema` ( `applied_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `rev_idx` (`revision`,`node`) -) ENGINE=InnoDB AUTO_INCREMENT=150 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=151 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; /*!40000 DROP DATABASE IF EXISTS `provisioning`*/;