-
Notifications
You must be signed in to change notification settings - Fork 2
Database Migrations Log
Mohamed Bassem edited this page May 16, 2014
·
12 revisions
- Intial Database tables
- Adding the relation "User has many Offers".
- Adding the invitation codes table.
- Adding the verification codes table.
- Creating Table InvitationMessage.
- Creating Table PendingInvitation.
- Adding Columns [ regId , deviceType ] to the table Session.
- Adding Email field in the table PendingInvitation and making the inviteeId column nullable.
- Adding deleted column to the tables that need it.
- Adding finalPrice in Transaction.
- Adding body in Message.
- Adding deletedBalance column in Tangle.
- Assigning the price change notification to an offer not to a request.
- OfferChosenNotification Entity.
- OfferDeletedNotification Entity.
- RequestDeletedNotification Entity.
- UnfreezeRequest Entity.
- Add leavingDate in UserTangle Entity.
- Adding tangleId in InvitationCode.
- Adding acceptMailNotifications in User.
- Adding verified column in UserEmail.
- Fixing a typo in the acceptMailNotifications in User.
- Claim Entity => Add offerId, Add claimer, Remove userId, Remove usedId.
- New NewOfferNotification Entity.
- New NewClaimNotification Entity.
- New ReopenRequestNotification Entity.
- Add description column in the tangle entity.
- Adding ForgetPasswordCode Entity.
- Adding created Field in the claim.
- Changing the verification code reference from user to userEmail.
- Adding OfferDoneNotification Entity.
- Adding longitude and latitude in request entity.