witten
/
luminotes
Archived
1
0
Fork 0

Updating schema dump with newest indices.

This commit is contained in:
Dan Helfman 2008-03-05 00:38:44 +00:00
parent 21ccc97826
commit 7bf2cc35b4
1 changed files with 14 additions and 0 deletions

View File

@ -234,6 +234,13 @@ ALTER TABLE ONLY user_notebook
CREATE INDEX file_note_id_index ON file USING btree (note_id);
--
-- Name: file_notebook_id_index; Type: INDEX; Schema: public; Owner: luminotes; Tablespace:
--
CREATE INDEX file_notebook_id_index ON file USING btree (notebook_id);
--
-- Name: luminotes_user_email_address_index; Type: INDEX; Schema: public; Owner: luminotes; Tablespace:
--
@ -248,6 +255,13 @@ CREATE INDEX luminotes_user_email_address_index ON luminotes_user USING btree (e
CREATE INDEX luminotes_user_username_index ON luminotes_user USING btree (username);
--
-- Name: note_notebook_id_index; Type: INDEX; Schema: public; Owner: luminotes; Tablespace:
--
CREATE INDEX note_notebook_id_index ON note USING btree (notebook_id);
--
-- Name: note_notebook_id_startup_index; Type: INDEX; Schema: public; Owner: luminotes; Tablespace:
--