yurtesen / geonames

Importer/updater for geonames.org data into Eloquent ORM including Models with high efficiency
GNU General Public License v3.0
31 stars 8 forks source link

Is this bug #5

Closed denmasyarikin closed 7 years ago

denmasyarikin commented 7 years ago

in laravel i just seed with --refresh option but i still get message You should consider downloading newest files. can you explain this?

screen shot 2017-03-15 at 1 27 54 am

yurtesen commented 7 years ago

Refresh option refreshes the seeded data. It truncates the tables and re-seeds from scratch. If you want to update files, you need to use --update-files option. See: https://github.com/yurtesen/geonames/wiki/Artisan