fixed typo (double col name on index decl)
This commit is contained in:
parent
533fb098e3
commit
de7b3e5fb2
2
init.sql
2
init.sql
@ -20,4 +20,4 @@ create table if not exists training_data(
|
||||
constraint fk_training_id foreign key(training_id) references training(id) on delete cascade
|
||||
);
|
||||
create index if not exists idx_training_data_training_id on training_data(training_id);
|
||||
create index if not exists idx_training_data_geog on training_data(geog) using GIST(geog);
|
||||
create index if not exists idx_training_data_geog on training_data using GIST(geog);
|
Loading…
x
Reference in New Issue
Block a user