@golemio/microclimate 1.0.3-dev.718099219 → 1.0.3-dev.720801343

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1 @@
1
- /* Replace with your SQL commands */
2
-
3
- drop TABLE sensor_devices_import;
1
+ drop TABLE sensor_devices_import;
@@ -1,13 +1,3 @@
1
- /* Replace with your SQL commands */
2
-
3
- create schema if not exists microclimate;
4
-
5
- -- aliyoda.microclimate_sensors definition
6
-
7
- -- Drop table
8
-
9
- -- DROP TABLE aliyoda.microclimate_sensors;
10
-
11
1
  CREATE TABLE sensor_devices_import (
12
2
  location_id int4 NULL,
13
3
  point_id int4 NULL,
@@ -36,4 +26,4 @@ CREATE TABLE sensor_devices_import (
36
26
  water_pot int4 NULL,
37
27
  dendro_circ int4 NULL,
38
28
  dendro_gain int4 NULL
39
- );
29
+ );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/microclimate",
3
- "version": "1.0.3-dev.718099219",
3
+ "version": "1.0.3-dev.720801343",
4
4
  "description": "Golemio Microclimate Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",