mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
8 lines
147 B
SQL
8 lines
147 B
SQL
DELIMITER $$
|
|
|
|
alter table CustomFieldData
|
|
drop column id$$
|
|
|
|
alter table CustomFieldData
|
|
add primary key (moduleId, itemId, definitionId)$$
|