Add OpenGraph head tags and more tests

This commit is contained in:
thiloho
2024-10-04 17:09:51 +02:00
parent f2d114dac4
commit e96b78b7ce
20 changed files with 468 additions and 273 deletions

View File

@@ -75,7 +75,7 @@ CREATE POLICY view_websites ON internal.website
CREATE POLICY update_website ON internal.website
FOR UPDATE
USING (internal.user_has_website_access (id, 20));
USING (internal.user_has_website_access (id, 30));
CREATE POLICY delete_website ON internal.website
FOR DELETE