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

4 lines
140 B
MySQL
Raw Permalink Normal View History

2022-12-13 07:10:06 +01:00
alter table "station" add column work_code_definition character varying;
create index system_log_user_id_date on system_log(user_id,date);