Initial commit

This commit is contained in:
user
2026-07-12 15:08:43 +04:00
commit 4105783ab9
150 changed files with 17708 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
TRUNCATE TABLE units RESTART IDENTITY CASCADE;
\copy units(name) FROM 'csv/units.csv' WITH (FORMAT csv, HEADER);