From a8bd931410df6b2415155f98b24b2f9e3e4d459d Mon Sep 17 00:00:00 2001 From: Jan Kvetina Date: Mon, 10 Jan 2022 21:07:10 +0100 Subject: [PATCH] Comment added --- packages/a770.spec.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/a770.spec.sql b/packages/a770.spec.sql index 21a84a5..ec09798 100644 --- a/packages/a770.spec.sql +++ b/packages/a770.spec.sql @@ -1,5 +1,15 @@ CREATE OR REPLACE PACKAGE a770 AS + /** + * If you have an app with id 100 you should rename this package to a100. + * + * You should put auth roles specific to your app here. + * And you can override some procedures from app package here. + * + */ + + + -- -- Authorization roles for this app --