Back (Current repo: scraps)

random scraps and notes that are useful to me
To clone this repository:
git clone https://git.viktor1993.net/scraps.git
Log | Download | Files | Refs

commit aeef4efb85759bb6c3b8cf51d415c528ea799629
parent 6ce27eaf5bb2fa96ea5553a41d087518e4dac747
Author: root <root>
Date:   Wed, 23 Apr 2025 02:08:06 +0200

improve comment

Diffstat:
Msql/snippets/db_logging.sql | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/snippets/db_logging.sql b/sql/snippets/db_logging.sql @@ -24,6 +24,6 @@ END $$ DELIMITER ; -- THE DEFINER OF THIS SP SHOULD HAVE EXECUTE RIGHTS TO IT, AS WELL AS SELECT AND INSERT to this some_schema.sp_logging table!!! --- GIVE EXEC RIGHTS TO WHICHEVER USERS NEED TO LOG STUFF INTO THEIR SPS +-- GIVE EXEC RIGHTS TO WHICHEVER USERS NEED TO LOG STUFF INTO THEIR TABLE -- CALL some_schema.log('the sp', 'the schema', 'some message');