mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 07:16:52 +00:00
Feature : 'in' comparison operator in where clause npm v0.2.8
This commit is contained in:
@@ -11,7 +11,7 @@ program.on('--help', () => {
|
||||
})
|
||||
|
||||
program
|
||||
.version('0.2.7')
|
||||
.version('0.2.8')
|
||||
.option('-h, --host <n>', 'hostname / localhost by default')
|
||||
.option('-u, --user <n>', 'username of database / root by default')
|
||||
.option('-p, --password <n>', 'password of database / empty by default')
|
||||
|
||||
Reference in New Issue
Block a user