Skip to content
Snippets Groups Projects
Commit 90ac312b authored by tpylak's avatar tpylak
Browse files

minor: fix script to create new db version

SVN: 13050
parent 56bdb28d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Author: Tomasz Pylak
# Creates new database version (all sql files) which is identical to the previous version.
SQL_DIR=../source/sql/
SQL_DIR=../../source/sql/
PREV_NUM=`ls -1 $SQL_DIR/postgresql | grep 0 | sort | tail -n 1 | tr -d "0"`
PREV_VER=0$PREV_NUM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment