witten
/
luminotes
Archived
1
0
Fork 0

Adding a much-needed index to the session table.

This commit is contained in:
Dan Helfman 2008-11-07 13:12:03 -08:00
parent c9ca87c544
commit b8a7881b7a
1 changed files with 1 additions and 0 deletions

1
model/delta/1.5.6.sql Normal file
View File

@ -0,0 +1 @@
CREATE INDEX session_id_index on session USING btree (id);