Browse Source

sent_histories 表名错

Bhikkhu-Kosalla 4 years ago
parent
commit
77296303ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/config.table.php

+ 1 - 1
public/app/config.table.php

@@ -215,7 +215,7 @@ define("_SQLITE_TABLE_SENTENCE_HISTORAY_", "sent_historay");
 
 
 //PostgreSQL
 //PostgreSQL
 define("_PG_DB_USER_SENTENCE_HISTORAY_", _PDO_DB_DSN_);
 define("_PG_DB_USER_SENTENCE_HISTORAY_", _PDO_DB_DSN_);
-define("_PG_TABLE_SENTENCE_HISTORAY_", "sent_historaies");
+define("_PG_TABLE_SENTENCE_HISTORAY_", "sent_histories");