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

2 lines
138 B
MySQL
Raw Normal View History

2022-12-13 07:10:06 +01:00
alter table station add enable_auto_punch_status smallint DEFAULT 0 NOT NULL;
alter table station add mode_flag bigint DEFAULT 1 NOT NULL;