You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,7 +65,6 @@ export function parseArgumentsIntoOptions(rawArgs) {
58
65
return{
59
66
appName: args['--app-name'],
60
67
db: args['--db'],
61
-
dbProvided: args['--db']!==undefined,
62
68
useNpm: args['--use-npm'],
63
69
};
64
70
}
@@ -113,7 +119,7 @@ ENGINE = MergeTree()
113
119
ORDER BY id;
114
120
\`\`\`
115
121
116
-
ClickHouse does not enforce UNIQUE constraints like PostgreSQL, MySQL, or SQLite. AdminForth authentication expects `email` values in `adminuser` to be unique, so enforce this in your ingestion/application logic and remove duplicate email rows to avoid ambiguous logins.`;
122
+
ClickHouse does not enforce UNIQUE constraints like PostgreSQL, MySQL, or SQLite. AdminForth authentication expects \`email\` values in \`adminuser\` to be unique, so enforce this in your ingestion/application logic and remove duplicate email rows to avoid ambiguous logins.`;
117
123
}
118
124
119
125
if(provider==='mongodb'){
@@ -164,8 +170,30 @@ export async function promptForMissingOptions(options) {
0 commit comments