Fix MATERIALIZED VIEW comment

This commit is contained in:
xbgmsharp
2023-07-21 17:07:12 +02:00
parent 788f609f3b
commit febc7f3a60

View File

@@ -67,7 +67,7 @@ CREATE MATERIALIZED VIEW api.logs_mat_view AS
WHERE _to_time IS NOT NULL WHERE _to_time IS NOT NULL
ORDER BY _from_time DESC; ORDER BY _from_time DESC;
-- Description -- Description
COMMENT ON VIEW COMMENT ON MATERIALIZED VIEW
api.logs_mat_view api.logs_mat_view
IS 'Logs MATERIALIZED web view'; IS 'Logs MATERIALIZED web view';