Feature #912
updated update_schema.sh
Start date:
02/12/2010
Due date:
% Done:
100%
Estimated time:
OS:
Any
Description
I've had issues with the upgrade_schema.sh script provided (and al's revision)
the last line find change below seems to work well for myself. just putting this out here for record.
find $CURRENT_VERSION -maxdepth 1 -type f \! -name "upgrade_*" \! -name ".*" -exec git mv {} $NEW_VERSION \;
History
#1 Updated by al over 14 years ago
- Category set to Build System
- Status changed from New to Resolved
- Assignee set to al
- Target version set to 0.6.0
- % Done changed from 0 to 100
Resolved as of 38baa5d941edf839c8249c0642c9680df9bd735d I think.