Hey,
I am willing to change the technical name of a module on an existing database. The operation happens in 2 steps : create a duplicate of my module with the new_named. Uninstall the old_named module.
Now, uninstalling the old_named module removes all associated fields. The new module recreates them, but of course, the tables are empty.
How could I proceed to change the technical name (module's folder name) without loosing data in the database ? (there is no change involved in the code itself) tks