opticore-installer 1.2.53 → 1.2.54
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.
- package/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -834,9 +834,9 @@ var MSelectDB = async (projectPath, currentPath, projectName) => {
|
|
|
834
834
|
options: [
|
|
835
835
|
{ label: CDbNameLabel.mysql, value: [CDbNameValue.mysql] },
|
|
836
836
|
{ label: CDbNameLabel.mongodb, value: [CDbNameValue.mongodb] },
|
|
837
|
-
{ label: CDbNameLabel.postgresql, value: [CDbNameValue.postgresql] }
|
|
838
|
-
{ label:
|
|
839
|
-
{ label:
|
|
837
|
+
{ label: CDbNameLabel.postgresql, value: [CDbNameValue.postgresql] }
|
|
838
|
+
// { label: label.oracle, value: [value.oracle] }, // no template repo yet, disabled
|
|
839
|
+
// { label: label.otherDb, value: [value.otherDb] }, // no template repo yet, disabled
|
|
840
840
|
]
|
|
841
841
|
});
|
|
842
842
|
if (dbSelect instanceof Function) {
|
package/dist/index.js
CHANGED
|
@@ -811,9 +811,9 @@ var MSelectDB = async (projectPath, currentPath, projectName) => {
|
|
|
811
811
|
options: [
|
|
812
812
|
{ label: CDbNameLabel.mysql, value: [CDbNameValue.mysql] },
|
|
813
813
|
{ label: CDbNameLabel.mongodb, value: [CDbNameValue.mongodb] },
|
|
814
|
-
{ label: CDbNameLabel.postgresql, value: [CDbNameValue.postgresql] }
|
|
815
|
-
{ label:
|
|
816
|
-
{ label:
|
|
814
|
+
{ label: CDbNameLabel.postgresql, value: [CDbNameValue.postgresql] }
|
|
815
|
+
// { label: label.oracle, value: [value.oracle] }, // no template repo yet, disabled
|
|
816
|
+
// { label: label.otherDb, value: [value.otherDb] }, // no template repo yet, disabled
|
|
817
817
|
]
|
|
818
818
|
});
|
|
819
819
|
if (dbSelect instanceof Function) {
|