mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-08 01:43:40 +00:00
Add subnet CIDR support to the Active Directory management platform
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/38d85472-a91b-4a98-977a-cd9ab8f43196.jpg
This commit is contained in:
@@ -254,6 +254,7 @@ export const adSubnets = pgTable("ad_subnets", {
|
||||
location: text("location"),
|
||||
networkAddress: text("network_address"),
|
||||
networkMask: text("network_mask"),
|
||||
cidr: text("cidr"),
|
||||
managedBy: text("managed_by"),
|
||||
adProperties: jsonb("ad_properties"),
|
||||
objectType: text("object_type").default("subnet").notNull(),
|
||||
|
||||
Reference in New Issue
Block a user