Pick project from globe

This commit is contained in:
2026-05-13 23:28:36 +02:00
parent c3835f45c5
commit 49f37465bd
9 changed files with 151 additions and 78 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE projects ADD latitude DECIMAL(8,6) AFTER name;
ALTER TABLE projects ADD longitude DECIMAL(9,6) AFTER latitude;