check this thread http://markmail.org/thread/xzpiaxnganny3ian
~Rajani On Tue, Nov 17, 2015 at 1:16 AM, Nicolás Vázquez <nicovazque...@gmail.com> wrote: > Thanks Rajani! > > Is there any planned release date for 4.7 version? > > 2015-11-13 7:51 GMT-03:00 Rajani Karuturi <rajani.karut...@citrix.com>: > > > Hi Nicolas, > > Right now master is frozen and RC2 is in progress (welcome to test and > got > > :)). Once RC2 is voted, 4.6 branch would be created and master would > become > > 4.7 > > At this point, schema-460to470.sql will also be created on master. Your > > changes should go in this file. > > 4.6.* will only be a bug fix releases(preferably no sql changes). > > > > Thanks, > > ~ Rajani > > > > > > > > > > > > > > > > On 11/11/15, 12:58 AM, "Nicolás Vázquez" <nicovazque...@gmail.com> > wrote: > > > > >Hi all, > > > > > >I'm working on supporting Shared Networks on the Nicira NVP Plugin. > > > > > >I see *nicira_nvp_router_map* table has a unique index on > > >*logicalrouter_uuid*, but changes I'm working on will allow shared > > networks > > >to connect to the same router, so I'll need to remove that index. (ALTER > > >TABLE `cloud`.`nicira_nvp_router_map` drop index `logicalrouter_uuid`;) > > > > > >I saw on the docs that there are upgrading schema scripts on > > *setup/db/db*, > > >but I would like to ask you if it is ok to include alter table line on > > >*setup/db/db/schema-452to460.sql > > >*or would it be better to create a new file including it? In this case, > > >which will be the next CS version: 4.6.1 or 4.7.0? (just for naming it > > >*schema-460to461.sql* or *schema-460to470.sql*) > > > > > >Thanks, > > >Nicolas > > >