fix: Update 'Last modified' time when modifying RLS rules (#32227)

Co-authored-by: Fardin Mustaque <fardinmustaque@Fardins-Mac-mini.local>
This commit is contained in:
Fardin Mustaque 2025-02-13 01:52:15 +05:30 committed by GitHub
parent 21348c418a
commit 52563d3eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class RLSListSchema(Schema):
tables = fields.List(fields.Nested(TablesSchema))
clause = fields.String(metadata={"description": "clause_description"})
changed_on_delta_humanized = fields.Function(
RowLevelSecurityFilter.created_on_delta_humanized
RowLevelSecurityFilter.changed_on_delta_humanized
)
group_key = fields.String(metadata={"description": "group_key_description"})
description = fields.String(metadata={"description": "description_description"})