stadelmanma/Interactive-Ledger-rails

Add bool column to ledger_uploads "uploaded"

stadelmanma opened this issue · 0 comments

This column will be used to prevent "re-uploading" duplicate data. I'll have the code throw an exception when attempting to run upload_data on a record that has already been uploaded.

The proper way to do an upload is to first delete the ledger_upload and then re-create it. That way no transactions are left behind.