Skip to content

Commit

Permalink
Fix Ciritical Countries cid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 14, 2023
1 parent 0e3f579 commit c93fde1
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 c93fde1

Please sign in to comment.