ISSUES - Pavani-Lonavath/Photosite1 GitHub Wiki

  • Initially I have faced issues with loading data using migration files as addition and deletion of data from migration files is difficult and found that we need to create a new migration file for it and populate the data.
  • Also when we roll back the data from data base, we ll find the data items in the database missing. Then we need to create another migration file for it to populate the data back into database. After that the data items in database doesn't match * * with the user_id as the deleted items are also counted by the system. For that we need to manually change the user_ids of each item in database and submit it to save the changes.

The above mentioned are the issues which I have faced during project development, which are resolved eventually!