mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Use security invoker for overview endpoint and update last modified by triggers
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
-- migrate:up
|
||||
CREATE VIEW api.website_overview AS
|
||||
CREATE VIEW api.website_overview
|
||||
WITH (security_invoker = on)
|
||||
AS
|
||||
SELECT
|
||||
w.id,
|
||||
w.owner_id,
|
||||
|
||||
Reference in New Issue
Block a user