Update database.php
This commit is contained in:
parent
50cc0d6207
commit
60227262ac
|
@ -801,6 +801,9 @@ if(!check_function_exists("exec_db_table_create")) {
|
|||
"suffix" => ".tables",
|
||||
"setindex" => array(
|
||||
"index_1" => array("datetime")
|
||||
),
|
||||
"setunique" => array(
|
||||
"unique_1" => array("table_name")
|
||||
)
|
||||
));
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user