LMFDB / lmfdb

L-Functions and Modular Forms Database
Other
253 stars 200 forks source link

Avoiding _tmp indexes/constraints #3708

Open edgarcosta opened 4 years ago

edgarcosta commented 4 years ago

Add a function to check for indexes or constraints ending in "_tmp"

Use that function before any reload operation, if such index/constraint is found, provide the user with instructions on how to rename those indexes/costraints.

roed314 commented 1 week ago

This problem has shown up in the past week reloading nf_fields, so I think is worth addressing sooner rather than later.