Skip to content
Commit f97d339e authored by Francesco Riosa's avatar Francesco Riosa
Browse files

DB schema converted from 1.9 to 2.0

Much better now.

Still: indexes changed are not re-created. To do a better work a
procedure drop_index_if_exists() should be create to complement
create_index_if_not_exists().
Then changing an index will follow this path:
1) create a new index with a different name
2) add a call to drop_index_if_exists() to dbconfig.xml, with the old
name

CCBUGS: 276356
parent 7319bbfe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment