Commit 43545ac2 by mercymodest

feat:- add sql

parent f33d7cd0
-- "a/\347\224\265\345\255\220\346\227\245\345\216\206-GDPR/gdpr.sql"
alter table t_webcal_device
alter table t_webcal_device
add column webcal_url_hash varchar(100) null comment 'webcal原始地址的SHA256(用于索引)';
create unique index uk_device_url_hash on t_webcal_device (device_id, webcal_url_hash);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment