Markus Pesch
dbef4f8241
changes: - Only one storage endpoint can be defined. This consists of a URL which can be used to specify whether the data is to be stored in a file or in a database.
3 lines
195 B
SQL
3 lines
195 B
SQL
ALTER TABLE humidities ALTER COLUMN creation_date DROP NOT NULL;
|
|
ALTER TABLE pressures ALTER COLUMN creation_date DROP NOT NULL;
|
|
ALTER TABLE temperatures ALTER COLUMN creation_date DROP NOT NULL; |