TT#29623 Remove _not_replicated from the DB statement ID

Change-Id: I57ffc00bee1428a26a82b0accce1eac89470f7f0
changes/34/18134/1
Alexander Lutay 7 years ago
parent 094509c182
commit dcb75e7023

@ -5,4 +5,5 @@ LAST=$(\
awk -vFS=/ -vOFS=/ '{ print $NF }' |\
sort -n | tail -1 | cut -f1 -d'.' \
);
LAST=${LAST//_not_replicated}
echo $(( LAST + 1))

Loading…
Cancel
Save