1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/sql/db_update_0.6.9_0.7.0_postgresql.sql
2006-08-02 10:07:34 +00:00

3 lines
73 B
SQL

DROP INDEX entry_idx;
CREATE INDEX entry_idx ON {PREFIX}_entries(title);