fix:modify ci

This commit is contained in:
wangmm0220 2023-05-23 17:52:24 +08:00
parent b9c613da75
commit fc618d7978
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class TDTestCase:
tdSql.execute("insert into db.ctb using db.stb tags(1) (ts, c1) values (now, 1)") tdSql.execute("insert into db.ctb using db.stb tags(1) (ts, c1) values (now, 1)")
tdSql.query("select count(*) from information_schema.ins_columns") tdSql.query("select count(*) from information_schema.ins_columns")
# enterprise version: 285, community version: 277 # enterprise version: 288, community version: 280
tdSql.checkData(0, 0, 288) tdSql.checkData(0, 0, 288)
tdSql.query("select * from information_schema.ins_columns where table_name = 'ntb'") tdSql.query("select * from information_schema.ins_columns where table_name = 'ntb'")