sugarcrm / SugarRepairsModule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: provide export of data/schema changes as a SQL file

jhoffmann opened this issue · comments

Because running some of these changes on our production environment might be quite 'costly', I'd love it if we could have a SQL export of what's being run. This would allow us to:

  • run the script on a staging/test instance
  • generate a diff of the vardef/file changes
  • have the script export the SQL being run
  • shut off production, apply the diff, and run the .sql file by hand

Please let me know if you need any additional information.