Update comment

This commit is contained in:
Alvar C.H. Freude
2024-03-30 00:47:33 +01:00
parent 8d5d979cba
commit be946b9834

View File

@ -1,5 +1,5 @@
--
-- Revoke all from Table, set Owner
-- Revoke all from Table, set Owner to :owner variable
--
ALTER TABLE :schema.:table OWNER TO :owner;