@@ -, +, @@ --- installer/data/mysql/atomicupdate/README | 7 +++++++ 1 file changed, 7 insertions(+) --- a/installer/data/mysql/atomicupdate/README +++ a/installer/data/mysql/atomicupdate/README @@ -1,2 +1,9 @@ Please put your database revision files in this folder. The Release Manager will remove them here when pushing your patches. + +To use the skeleton .perl for your update: + +% cp installer/data/mysql/atomicupdate/skeleton.perl +installer/data/mysql/atomicupdate/bug_XXXXX.perl + +and put your modifications in where noted. --