When we do foreign key constraints we re-use an existing index if possible.
So you'll have a foreign key constraint somewhere that refers to the columns of that index.

On 2013-10-23 23:59, Brian Craft wrote:
Anyone know what causes this? Dropping an index errors out because it's
part of a constraint, only it isn't really.

drop index PROBE_NAME;
Index "PROBE_NAME" belongs to a constraint; SQL statement:
drop index PROBE_NAME [90085-171]

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to