mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 11:57:21 +00:00
test(cypress): table rename verification
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -147,8 +147,7 @@ function migrationsParser(data = [], dbKey, env, dbAlias, dbConnection) {
|
||||
tn: table.tn,
|
||||
_tn: table._tn,
|
||||
dbConnection
|
||||
},
|
||||
creator_tooltip: `SQL Table name : '${table.tn}'`
|
||||
}
|
||||
};
|
||||
tables.children.push(json);
|
||||
}
|
||||
@@ -356,8 +355,7 @@ function tableParser(data = [], dbKey, env, dbAlias, dbConnection) {
|
||||
tn: table.tn,
|
||||
_tn: table._tn,
|
||||
dbConnection
|
||||
},
|
||||
creator_tooltip: `SQL Table name : '${table.tn}'`
|
||||
}
|
||||
};
|
||||
tables.children.push(json);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user