Skip to content

Commit

Permalink
fix: changed CSV name (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored Apr 3, 2024
1 parent 76b3f4c commit 1afe88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index/sqlite/import.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DROP TABLE IF EXISTS stock;

.mode csv
.import data/WEEZ.csv weez
.import data/StockUniteLegale_utf8.csv stock
.import data/StockUniteLegaleS4F3_utf8.csv stock
.import data/geo_siret_.csv geo_siret
.import data/geo_siret_01.csv geo_siret
.import data/geo_siret_02.csv geo_siret
Expand Down

0 comments on commit 1afe88c

Please sign in to comment.