TimeTrex/classes/modules/install/sql/postgresql/1028A.sql

3 lines
113 B
MySQL
Raw Normal View History

2022-12-13 07:10:06 +01:00
alter table "punch" add column longitude numeric(15,10);
alter table "punch" add column latitude numeric(15,10);