Remove columns for non-existant values

This commit is contained in:
Nise Void 2018-05-22 11:59:21 +02:00
parent 3e3be7f22c
commit aa1b88a8f3
Signed by: NiseVoid
GPG key ID: FBA14AC83EA602F3
3 changed files with 7 additions and 40 deletions

View 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;

View file

@ -74,24 +74,6 @@
"null": false,
"size": 8
},
{
"name": "p_gem_1",
"type": "double precision",
"null": false,
"size": 8
},
{
"name": "p_gem_2",
"type": "double precision",
"null": false,
"size": 8
},
{
"name": "p_gem_3",
"type": "double precision",
"null": false,
"size": 8
},
{
"name": "p_max_1",
"type": "double precision",
@ -110,24 +92,6 @@
"null": false,
"size": 8
},
{
"name": "s_gem_1",
"type": "double precision",
"null": false,
"size": 8
},
{
"name": "s_gem_2",
"type": "double precision",
"null": false,
"size": 8
},
{
"name": "s_gem_3",
"type": "double precision",
"null": false,
"size": 8
},
{
"name": "s_max_1",
"type": "double precision",