mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-15 04:46:49 +01:00
* [ADD] New account private group feature (work in progress)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ALTER TABLE accounts` ADD COLUMN `account_isPrivateGroup` BIT(1) NULL DEFAULT b'0' AFTER `account_isPrivate`;
|
||||
ALTER TABLE `accounts` ADD COLUMN `account_isPrivateGroup` BIT(1) NULL DEFAULT b'0' AFTER `account_isPrivate`;
|
||||
|
||||
CREATE OR REPLACE ALGORITHM = UNDEFINED DEFINER = CURRENT_USER SQL SECURITY DEFINER
|
||||
VIEW `account_data_v` AS
|
||||
|
||||
Reference in New Issue
Block a user