Browse Source

pg _PG_TABLE_USER_OPERATION_DAILY_ 表名变更

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

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

@@ -239,7 +239,7 @@ define("_SQLITE_TABLE_USER_OPERATION_FRAME_", "edit");
 
 //PostgreSQL
 define("_PG_DB_USER_ACTIVE_", _PDO_DB_DSN_);
-define("_PG_TABLE_USER_OPERATION_DAILY_", "user_operation_dailys");
+define("_PG_TABLE_USER_OPERATION_DAILY_", "user_operation_dailies");
 define("_PG_TABLE_USER_OPERATION_FRAME_", "user_operation_frames");
 
 #sqlite