[feat] extend database schema with new tables and indexes
This commit is contained in:
@@ -16,6 +16,3 @@ create table species_trait
|
||||
create index idx_species_trait_trait
|
||||
on species_trait (trait_id);
|
||||
|
||||
create index idx_species_trait_trait2
|
||||
on species_trait (trait_id);
|
||||
|
||||
|
Reference in New Issue
Block a user