Pick project from globe
This commit is contained in:
2
config/db/update_v23_to_v24.sql
Normal file
2
config/db/update_v23_to_v24.sql
Normal 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;
|
||||
Reference in New Issue
Block a user