Price history log #87
Reference in New Issue
Block a user
Delete Branch "price-history-log"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
merged
mentioned in commit
17621ad310