Price history log #87

Merged
RabbIT09-n merged 4 commits from price-history-log into master 2020-01-31 22:53:19 +01:00
RabbIT09-n commented 2020-01-21 23:23:17 +01:00 (Migrated from gitlab.com)

Added table for keeping track of price history for all real estates.
After code pull need to do migrations (npm run migrate) and seeding (npm run seed) to collect price data from real estates that are already crawled.
Also, null price values in real estate table are replaced with 0 values in price history tables because of the sequelize inability to apply ignore Duplicates on null values.

Added table for keeping track of price history for all real estates. After code pull need to do migrations (npm run migrate) and seeding (npm run seed) to collect price data from real estates that are already crawled. Also, null price values in real estate table are replaced with 0 values in price history tables because of the sequelize inability to apply ignore Duplicates on null values.
RabbIT09-n commented 2020-01-31 22:53:19 +01:00 (Migrated from gitlab.com)

merged

merged
RabbIT09-n commented 2020-01-31 22:53:19 +01:00 (Migrated from gitlab.com)

mentioned in commit 17621ad310

mentioned in commit 17621ad31052d26d81e1b85a113ae3052d27a8f3
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: senaduka/old-web#87