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