From b782aa2da3f37958de1d849346ac8146f12a7335 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 19 Jun 2008 22:51:40 +1200 Subject: [PATCH] Also apply the rrule functions to the database. --- dba/update-rscds-database | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dba/update-rscds-database b/dba/update-rscds-database index baa1bdac..88f8d59a 100755 --- a/dba/update-rscds-database +++ b/dba/update-rscds-database @@ -134,6 +134,9 @@ print "Supported locales updated.\n"; apply_sql_file( $dbadir, "caldav_functions.sql" ); print "CalDAV functions updated.\n"; +apply_sql_file( $dbadir, "rrule_functions.sql" ); +print "RRULE functions updated.\n"; + # Ensure the permissions are up to date apply_permissions( $dbadir, "appuser_permissions.txt" ); print "Database permissions updated.\n";