add csv parsing

This commit is contained in:
2025-10-23 00:17:53 +02:00
parent 213c9480e7
commit 4eef117330
11 changed files with 360 additions and 2 deletions
@@ -1,7 +1,7 @@
create table public.locations
(
id serial primary key,
location_name varchar(255) not null
location_name varchar(255) not null unique
);