Add tool to create upgrades
This commit is contained in:
parent
09cf368d62
commit
2ffa13af58
9
util/create_upgrade.sh
Executable file
9
util/create_upgrade.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
fromver=$1
|
||||||
|
ver=$2
|
||||||
|
input=cartodb--${ver}.sql
|
||||||
|
output=cartodb--${fromver}--${ver}.sql
|
||||||
|
|
||||||
|
cat ${input} | grep -v 'duplicated extension$' > ${output}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user