mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-25 17:46:52 +00:00
Also apply the rrule functions to the database.
This commit is contained in:
parent
2c4a8e623f
commit
b782aa2da3
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user