Remove columns for non-existant values
This commit is contained in:
parent
3e3be7f22c
commit
aa1b88a8f3
3 changed files with 7 additions and 40 deletions
7
internal/migrations/files/0003.sql
Normal file
7
internal/migrations/files/0003.sql
Normal file
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE measurement
|
||||
DROP COLUMN p_gem_1,
|
||||
DROP COLUMN p_gem_2,
|
||||
DROP COLUMN p_gem_3,
|
||||
DROP COLUMN s_gem_1,
|
||||
DROP COLUMN s_gem_2,
|
||||
DROP COLUMN s_gem_3;
|
Loading…
Add table
Add a link
Reference in a new issue