witten
/
luminotes
Archived
1
0
Fork 0

Forgot to update the schema.sql file based on delta/1.3.14.sql

This commit is contained in:
Dan Helfman 2008-05-07 20:40:34 +00:00
parent 70f52a7406
commit d7f9e96604
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ CREATE INDEX note_notebook_id_startup_index ON note USING btree (notebook_id, st
-- Name: note_notebook_id_title_index; Type: INDEX; Schema: public; Owner: luminotes; Tablespace:
--
CREATE INDEX note_notebook_id_title_index ON note USING btree (notebook_id, title);
CREATE INDEX note_notebook_id_title_index ON note USING btree (notebook_id, md5(title));
--