- Added permissions to the partner service configuration
- Corrected a nasty bug where dynamic boolean fields were not returned correctly
This commit is contained in:
@@ -244,6 +244,7 @@ class PartnerService(db.Model):
|
||||
|
||||
# Dynamic configuration specific to this service - using JSONB like your other models
|
||||
configuration = db.Column(db.JSON, nullable=True)
|
||||
permissions = db.Column(db.JSON, nullable=True)
|
||||
|
||||
# For services that need to track shared resources
|
||||
system_metadata = db.Column(db.JSON, nullable=True)
|
||||
|
||||
Reference in New Issue
Block a user