Open jeremyross opened 1 year ago
When attempting the reload command, I get:
Column "file_name" not found DELETE FROM dbs_meta_files WHERE file_name=?
f96f0b3c31316c change the expected column name from file_path to file_name. But the column is still file_path.
file_path
file_name
Thank you for writing about this. We fixed the problem, pushed the change. Publishing the artifact fails. We are checking for a solution.
When attempting the reload command, I get:
f96f0b3c31316c change the expected column name from
file_path
tofile_name
. But the column is stillfile_path
.