@forestadmin/datasource-sql 1.8.0 → 1.9.0
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.
|
@@ -21,10 +21,10 @@ class Introspector {
|
|
|
21
21
|
: introspection;
|
|
22
22
|
if (formattedIntrospection && formattedIntrospection.version > INTROSPECTION_FORMAT_VERSION) {
|
|
23
23
|
/* This can only occur in CLOUD version, either:
|
|
24
|
-
- cloud
|
|
24
|
+
- forest-cloud does not have the same version of datasource-sql
|
|
25
25
|
as cloud-agent-manager & forestadmin-server (We need to fix)
|
|
26
26
|
- datasource-sql should be updated in the local repository
|
|
27
|
-
of the client. He should be prompted to update cloud
|
|
27
|
+
of the client. He should be prompted to update forest-cloud.
|
|
28
28
|
*/
|
|
29
29
|
throw new Error('This version of introspection is newer than this package version. ' +
|
|
30
30
|
'Please update @forestadmin/datasource-sql');
|