Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/terminate_…
Browse files Browse the repository at this point in the history
…tasks
  • Loading branch information
kshitijrajsharma committed Nov 15, 2023
2 parents cfed737 + c93fde1 commit 9fe3213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/sql/countries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CREATE TABLE public.countries (
description varchar NULL,
iso_3 varchar(3) NULL,
dataset_name varchar NULL,
locations _varchar NULL,
geometry public.geometry(multipolygon, 4326) NULL,
CONSTRAINT countries_pk PRIMARY KEY (cid)
);
Expand Down

0 comments on commit 9fe3213

Please sign in to comment.