flow cr:setup --reset-projections
might fail if tables to be truncated dont exist
#5008
Labels
flow cr:setup --reset-projections
might fail if tables to be truncated dont exist
#5008
We possibly have to try catch this:
otherwise - in our dev phase at least - when we add tables to projections, the command doesnt work as expected as it will fail to truncate new tables.
I think its fair that reset would be forgiving.
The text was updated successfully, but these errors were encountered: