parser/internal/migrations/files/0006.sql

4 lines
86 B
SQL

ALTER TABLE measurement
ADD i_gem_n DOUBLE PRECISION,
ADD u_gem_n DOUBLE PRECISION;