#!/bin/sh

# set global env setting
. /opt/jilroy/checkit//bin/env

if [ "$1" = "" ]
then
	echo   "format: createtables TABLE|INDEX|BOTH"
else
$RUN_JAVA com.rj.common.database.CreateTables $APP_CONFIG_FILE $1
fi
