Replies: 3 comments 3 replies
-
From @sciurius Sure. I made a markdown document with all the entities and a small Perl program that reads the md file to produce a SQL rename script. I use PostgreSQL but I think the script will work with other SQL databases as well. Note that the program generates a rename sql that groups everything in a single transaction, and rolls back at the end. This is for testing. If testing succeeds, or if you are reckless, change ROLLBACK to COMMIT and go. |
Beta Was this translation helpful? Give feedback.
-
It would be very nice if |
Beta Was this translation helpful? Give feedback.
-
I've modified the perl program to generate renames for all the necessary tables. |
Beta Was this translation helpful? Give feedback.
-
from @sciurius
Maybe some of the steps are unneccessary, but this worked for me.
Unfortunately, due to a recent change in HA the 'more info' popup will only show new data. 'show more' will show all data.
Originally posted by @sciurius in #804 (comment)
Beta Was this translation helpful? Give feedback.
All reactions