MohaStranger / sheel-ma3aya

Automatically exported from code.google.com/p/sheel-ma3aya
0 stars 0 forks source link

DB Changes #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I made some changes in the DB

1) Added gender and nationality in User

2) Changed Flight DateTime to string //Just for simplicity and to be discussed

3) Changed userStatus in offer to int .. 0 for less weight and 1 for extra 
weight

4) Changed no. of kgs and price in Offer to int

Original issue reported on code.google.com by magued.george1990@gmail.com on 15 Nov 2011 at 3:25

GoogleCodeExporter commented 9 years ago
Who changed this in User.java model?

   @Filter("user1")
        @Cascade({CascadeType.SAVE_UPDATE})
        public Query <Confirmation> confirmations1;

        @Filter("user2")
        @Cascade({CascadeType.SAVE_UPDATE})
        public Query <Confirmation> confirmations2;

Into:

   @Filter("user1")
        public Query <Confirmation> confirmations1;

        @Filter("user2")
        public Query <Confirmation> confirmations2;

For what reason? if not, it is SVN merge right?

Original comment by hossam.a...@gmail.com on 18 Nov 2011 at 2:00

GoogleCodeExporter commented 9 years ago
not me

Original comment by nada.a...@gmail.com on 18 Nov 2011 at 2:18

GoogleCodeExporter commented 9 years ago
not me

Original comment by passant....@gmail.com on 18 Nov 2011 at 2:45

GoogleCodeExporter commented 9 years ago
it's me .. i was trying to solve something ... is it making any problems ??

Original comment by magued.george1990@gmail.com on 18 Nov 2011 at 3:19

GoogleCodeExporter commented 9 years ago
yes it is

It is very important to me!

Original comment by hossam.a...@gmail.com on 18 Nov 2011 at 3:22

GoogleCodeExporter commented 9 years ago
and you should have reported that ;)

Original comment by hossam.a...@gmail.com on 18 Nov 2011 at 3:22

GoogleCodeExporter commented 9 years ago
Please update to head.. I resolved this conflict

Original comment by hossam.a...@gmail.com on 18 Nov 2011 at 3:26

GoogleCodeExporter commented 9 years ago
actually u told me to do this ...

Original comment by magued.george1990@gmail.com on 18 Nov 2011 at 3:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
sorry i miss understood what u mean ... it is not me ..

Original comment by magued.george1990@gmail.com on 19 Nov 2011 at 8:33

GoogleCodeExporter commented 9 years ago
I will change the insertUser method in the controller to include inserting the 
user facebook ID .. 

Original comment by nada.a...@gmail.com on 19 Nov 2011 at 1:26