mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add column to shared_items to store the encrypted username, adjust logic to support encrypting/decrypting the login shared username
This commit is contained in:
1
db.sql
1
db.sql
@@ -1098,6 +1098,7 @@ CREATE TABLE `shared_items` (
|
||||
`item_key` varchar(255) NOT NULL,
|
||||
`item_type` varchar(255) NOT NULL,
|
||||
`item_related_id` int(11) NOT NULL,
|
||||
`item_encrypted_username` varchar(255) DEFAULT NULL,
|
||||
`item_encrypted_credential` varchar(255) DEFAULT NULL,
|
||||
`item_note` varchar(255) DEFAULT NULL,
|
||||
`item_views` int(11) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user