Archived
1
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.2.2.sql
Dan Helfman bb89c42e60 * Wrote a database reaper script to delete unused notes, notebooks, etc.
* Added some database indices to improve select performance.
2008-03-04 20:01:59 +00:00

3 lines
146 B
SQL

create index file_notebook_id_index on file using btree ( notebook_id );
create index note_notebook_id_index on note using btree ( notebook_id );