Skip to content

Database Migrations Log

Mohamed Bassem edited this page May 16, 2014 · 12 revisions
From version 20140326123855 - 20140327165340
  • Intial Database tables

Version 20140328222517
  • Adding the relation "User has many Offers".
  • Adding the invitation codes table.
  • Adding the verification codes table.

Version 20140414072928
  • Creating Table InvitationMessage.
  • Creating Table PendingInvitation.
  • Adding Columns [ regId , deviceType ] to the table Session.

Version 20140415131547
  • Adding Email field in the table PendingInvitation and making the inviteeId column nullable.

Version 20140416094441
  • Adding deleted column to the tables that need it.

Version 20140419105926
  • Adding finalPrice in Transaction.
  • Adding body in Message.

Version 20140419191808
  • Adding deletedBalance column in Tangle.

Version 20140422001513
  • Assigning the price change notification to an offer not to a request.
  • OfferChosenNotification Entity.
  • OfferDeletedNotification Entity.
  • RequestDeletedNotification Entity.

Version 20140422005912
  • UnfreezeRequest Entity.
  • Add leavingDate in UserTangle Entity.

Version 20140424190013
  • Adding tangleId in InvitationCode.
  • Adding acceptMailNotifications in User.
  • Adding verified column in UserEmail.

Version 20140424210225
  • Fixing a typo in the acceptMailNotifications in User.

Version 20140425151729
  • Claim Entity => Add offerId, Add claimer, Remove userId, Remove usedId.
  • New NewOfferNotification Entity.
  • New NewClaimNotification Entity.
  • New ReopenRequestNotification Entity.

Version 20140510231429
  • Add description column in the tangle entity.

Version 20140513073229
  • Adding ForgetPasswordCode Entity.
  • Adding created Field in the claim.
  • Changing the verification code reference from user to userEmail.
  • Adding OfferDoneNotification Entity.

Version 20140516192654
  • Adding longitude and latitude in request entity.