Feature #912
updated update_schema.sh
| Status: | Resolved | Start: | 02/12/2010 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assigned to: | al | % Done: | 100% |
|
| Category: | Build System | |||
| Target version: | 0.6.0 | |||
| 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
Updated by al 7 months ago
- Category set to Build System
- Status changed from New to Resolved
- Assigned to set to al
- Target version set to 0.6.0
- % Done changed from 0 to 100
Resolved as of 38baa5d941edf839c8249c0642c9680df9bd735d I think.