MAPG-44 modify DB structure to store pov data

This commit is contained in:
Bence Pőcze 2020-07-04 01:06:37 +02:00
parent a73e60ae5a
commit 028d8a22a2
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

@ -0,0 +1,8 @@
ALTER TABLE
`places`
ADD
`pov_heading` decimal(6, 3) NOT NULL DEFAULT 0.0,
ADD
`pov_pitch` decimal(5, 3) NOT NULL DEFAULT 0.0,
ADD
`pov_zoom` decimal(5, 4) NOT NULL DEFAULT 0.0;