mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
3 lines
170 B
MySQL
3 lines
170 B
MySQL
|
alter table entries add column share_code text not null default '';
|
||
|
create unique index entries_share_code_idx on entries using btree(share_code) where share_code <> '';
|