1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Added a new action column to sqlite_registry.py

This commit is contained in:
Valery Sinelnikov 2022-11-22 17:37:28 +04:00
parent d409d68052
commit a10beac915

View File

@ -120,6 +120,7 @@ class sqlite_registry(registry):
, Column('dir', String)
, Column('policy_name', String)
, Column('path', String)
, Column('action', String)
, UniqueConstraint('sid', 'dir')
)
self.__folders = Table(