From eabe6b7b3bdaea9905eeca0a06fdbfa275d073bd Mon Sep 17 00:00:00 2001 From: Wappler Date: Wed, 8 Jan 2025 20:34:24 -0600 Subject: [PATCH] migration to MySQL WIP --- app/api/myInsertMeta.json | 6 ++++-- views/index0.ejs | 2 +- views/observationPage.ejs | 31 ++++++++++++++++++++++++++----- 3 files changed, 31 insertions(+), 8 deletions(-) diff --git a/app/api/myInsertMeta.json b/app/api/myInsertMeta.json index a4771ca..318bb18 100644 --- a/app/api/myInsertMeta.json +++ b/app/api/myInsertMeta.json @@ -25,13 +25,15 @@ "table": "da_meta", "column": "da_id", "type": "number", - "value": "{{$_GET.da_id}}" + "value": "{{$_GET.da_id}}", + "recid": 1 }, { "table": "da_meta", "column": "obj_dataStore", "type": "text", - "value": "{{$_GET.obj_datastore}}" + "value": "{{$_GET.obj_datastore}}", + "recid": 2 } ], "table": "da_meta", diff --git a/views/index0.ejs b/views/index0.ejs index 961132b..89aac8d 100644 --- a/views/index0.ejs +++ b/views/index0.ejs @@ -418,7 +418,7 @@ --> -
+
diff --git a/views/observationPage.ejs b/views/observationPage.ejs index 8dbefc4..a9a3d35 100644 --- a/views/observationPage.ejs +++ b/views/observationPage.ejs @@ -137,8 +137,8 @@
@@ -207,6 +207,10 @@
+
+ + +

@@ -229,8 +233,6 @@ - @@ -270,7 +272,7 @@

- +
@@ -305,6 +307,8 @@
+ +
@@ -406,6 +410,23 @@ +