Re: [ACS431][QUESTION] db upgrace

2014-06-30 Thread Daan Hoogland
.3.1 to 4.4.0 needs to be in the 4.4 branch (maybe even the RC of >>> 4.4.0) or it will go in 4.4.1 >>> >>> yes ? >>> >>>> -Original Message- >>>> From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] >>>> Sent: Tuesday,

Re: [ACS431][QUESTION] db upgrace

2014-06-30 Thread David Nalley
.1 to 4.4.0 needs to be in the 4.4 branch (maybe even the RC of >> 4.4.0) or it will go in 4.4.1 >> >> yes ? >> >>> -Original Message- >>> From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] >>> Sent: Tuesday, 17 June 2014 9:16 PM >>

Re: [ACS431][QUESTION] db upgrace

2014-06-30 Thread Daan Hoogland
e 4.3 branch just now. > > the 4.3.1 to 4.4.0 needs to be in the 4.4 branch (maybe even the RC of 4.4.0) > or it will go in 4.4.1 > > yes ? > >> -Original Message- >> From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] >> Sent: Tuesday, 17 June 2014 9:16 P

Re: [ACS431][QUESTION] db upgrace

2014-06-30 Thread sebgoa
inal Message- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: Tuesday, 17 June 2014 9:16 PM > To: dev > Subject: [ACS431][QUESTION] db upgrace > > In my simple mind it seems we only need to create a Upgrade430to431.java file > and don't need any sql f

Re: [ACS431][QUESTION] db upgrace

2014-06-18 Thread Daan Hoogland
: dev > Subject: [ACS431][QUESTION] db upgrace > > In my simple mind it seems we only need to create a Upgrade430to431.java file > and don't need any sql files. Is this going to fly? AFAICT the only thing to > go in there is the vlan fixup in the vlan table, which is a data m

RE: [ACS431][QUESTION] db upgrace

2014-06-17 Thread Koushik Das
4.3.1 -> 4.4.0 upgrade also needs to be handled. -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Tuesday, 17 June 2014 9:16 PM To: dev Subject: [ACS431][QUESTION] db upgrace In my simple mind it seems we only need to create a Upgrade430to431.java file

[ACS431][QUESTION] db upgrace

2014-06-17 Thread Daan Hoogland
In my simple mind it seems we only need to create a Upgrade430to431.java file and don't need any sql files. Is this going to fly? AFAICT the only thing to go in there is the vlan fixup in the vlan table, which is a data migration and not a schema change. Can anyone point out to me the error in my