snipe-it/database
snipe acd15bc3e4
Fixed DB seeder to truncate the asset_maintenances table
This wouldn’t have affected anything in production, but could cause some weird behavior if re-seeding often, since the suppliers table gets stomped on but the old maintenances remained, leaving ghost entries and associating the wrong (old, now defunct) supplier with the maintenance as new supplier IDs get generated.
2020-09-04 16:23:58 -07:00
..
factories Fixed mac address regex 2018-09-29 22:41:17 -07:00
migrations Remove extraneous log line 2020-08-26 13:10:47 -07:00
seeds Fixed DB seeder to truncate the asset_maintenances table 2020-09-04 16:23:58 -07:00
.gitignore