mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 10:18:19 +02:00 
			
		
		
		
	Initial version of policies
This commit is contained in:
		| @@ -0,0 +1 @@ | ||||
| DROP TABLE org_policies; | ||||
| @@ -0,0 +1,9 @@ | ||||
| CREATE TABLE org_policies ( | ||||
|   uuid      TEXT     NOT NULL PRIMARY KEY, | ||||
|   org_uuid  TEXT     NOT NULL REFERENCES organizations (uuid), | ||||
|   atype     INTEGER  NOT NULL, | ||||
|   enabled   BOOLEAN  NOT NULL, | ||||
|   data      TEXT     NOT NULL, | ||||
|  | ||||
|   UNIQUE (org_uuid, atype) | ||||
| ); | ||||
		Reference in New Issue
	
	Block a user