mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-27 02:54:27 +00:00
Get rid of unsightly error due to removal of time_zone table.
This commit is contained in:
parent
0feb4e23d5
commit
c41f4071e4
@ -59,9 +59,6 @@ GRANT SELECT,UPDATE
|
||||
ON sync_tokens_sync_token_seq
|
||||
ON timezones_our_tzno_seq
|
||||
|
||||
GRANT SELECT,INSERT
|
||||
ON time_zone
|
||||
|
||||
GRANT SELECT
|
||||
ON supported_locales
|
||||
ON awl_db_revision
|
||||
|
||||
@ -3,8 +3,6 @@
|
||||
Supported locales updated.
|
||||
Updated view: dav_principal.sql applied.
|
||||
CalDAV functions updated.
|
||||
DBD::Pg::db do failed: ERROR: relation "time_zone" does not exist at ../dba/update-davical-database line 400, <PERMS> line 63.
|
||||
DBD::Pg::db do failed: ERROR: relation "time_zone" does not exist at ../dba/update-davical-database line 410, <PERMS> line 63.
|
||||
RRULE functions updated.
|
||||
Database permissions updated.
|
||||
NOTE
|
||||
|
||||
@ -3,7 +3,5 @@ No patches were applied.
|
||||
Supported locales updated.
|
||||
Updated view: dav_principal.sql applied.
|
||||
CalDAV functions updated.
|
||||
DBD::Pg::db do failed: ERROR: relation "time_zone" does not exist at ../dba/update-davical-database line 400, <PERMS> line 63.
|
||||
DBD::Pg::db do failed: ERROR: relation "time_zone" does not exist at ../dba/update-davical-database line 410, <PERMS> line 63.
|
||||
RRULE functions updated.
|
||||
Database permissions updated.
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
Supported locales updated.
|
||||
Updated view: dav_principal.sql applied.
|
||||
CalDAV functions updated.
|
||||
DBD::Pg::db do failed: ERROR: relation "time_zone" does not exist at ../dba/update-davical-database line 400, <PERMS> line 63.
|
||||
DBD::Pg::db do failed: ERROR: relation "time_zone" does not exist at ../dba/update-davical-database line 410, <PERMS> line 63.
|
||||
RRULE functions updated.
|
||||
Database permissions updated.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user