witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/model/delta/1.3.14.sql

3 lines
134 B
SQL

drop index note_notebook_id_title_index;
create index note_notebook_id_title_index on note using btree ( notebook_id, md5( title ) );