Opened 16 years ago
Closed 16 years ago
#745 closed Enhancement (fixed)
Automate db_update.php
Reported by: | jbk | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Web - Project | Version: | 6.2.19 |
Keywords: | update | Cc: |
Description
1) Change the list of updates into an array with revision numbers as the key and SQL as values 2) Create a function (perform_updates(x,y)) that takes a start and stop key and executes all queries between these 3) When updating call perform_updates(x,y) from the project update script with the old and new revision number
note: I seem to recall a previous ticket (or email?) about this but couldn't find it.
Replying to jbk:
It's #715.