Skip to content

Commit a0309cc

Browse files
author
agile.zhou
committed
fix
1 parent 98087f6 commit a0309cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AgileConfig.Server.Data.Freesql/EnsureTables.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace AgileConfig.Server.Data.Freesql
88
public class EnsureTables
99
{
1010
private const string Sqlite_ExistTableSql =
11-
"SELECT count(1) FROM sqlite_master WHERE type='table' AND (name = 'agc_app' OR name 'AGC_APP')";
11+
"SELECT count(1) FROM sqlite_master WHERE type='table' AND (name = 'agc_app' OR name = 'AGC_APP')";
1212

1313
private const string Mysql_ExistTableSql =
1414
" SELECT count(1) FROM information_schema.TABLES WHERE table_schema= @schema AND (table_name ='agc_app' OR table_name='AGC_APP')";

0 commit comments

Comments
 (0)