Also apply the rrule functions to the database.

This commit is contained in:
Andrew McMillan 2008-06-19 22:51:40 +12:00
parent 2c4a8e623f
commit b782aa2da3

View File

@ -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";