mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Remove irrelevant trailling ; from SQL statement.
This commit is contained in:
parent
1959c30eed
commit
bb6f174202
@ -16,6 +16,6 @@ SELECT caldav_data.dav_name AS data_name, calendar_item.dav_name AS item_name,
|
||||
calendar_item.collection_id AS ci_collection
|
||||
FROM caldav_data JOIN calendar_item USING(dav_id)
|
||||
WHERE caldav_data.dav_name ~ 'DAYPARTY-77C6-4FB7-BDD3-6882E2F1BE74.ics'
|
||||
ORDER BY cd_collection;
|
||||
ORDER BY cd_collection
|
||||
ENDQUERY
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user