mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-05-01 03:47:11 +02:00
Update common.js Hebrew language update (#4241)
* Update common.js Hebrew language update * linting --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
@@ -96,6 +96,7 @@ class MSSQLConnector {
|
||||
getTablesSql() {
|
||||
return `SELECT name FROM sysobjects WHERE xtype='U';`;
|
||||
}
|
||||
|
||||
getTableSchemaSql(table_name) {
|
||||
return `SELECT COLUMN_NAME,COLUMN_DEFAULT,IS_NULLABLE,DATA_TYPE FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='${table_name}'`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user