From 4295e8afa098473a8d9e9d0997a80ba8d8d559e3 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 25 Jan 2008 08:06:52 +1300 Subject: [PATCH] Remove commented code. --- dba/create-database.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dba/create-database.sh b/dba/create-database.sh index 24be25c9..cd6b4d8a 100755 --- a/dba/create-database.sh +++ b/dba/create-database.sh @@ -68,12 +68,6 @@ psql -q -f "${AWLDIR}/dba/schema-management.sql" "${DBNAME}" 2>&1 | egrep -v "(^ # Load the DAViCal tables psql -q -f "${DBADIR}/davical.sql" "${DBNAME}" 2>&1 | egrep -v "(^CREATE |^GRANT|^BEGIN|^COMMIT| NOTICE: )" -# psql -q -f "${DBADIR}/caldav_functions.sql" "${DBNAME}" - -# -# The supported locales are in a separate file to make them easier to upgrade -#psql -q -f "${DBADIR}/supported_locales.sql" "${DBNAME}" - # # Set permissions for the application DB user on the database ${DBADIR}/update-rscds-database --dbname "${DBNAME}" --appuser "${AWL_APPUSER}" --nopatch --revoke "general"