Removed some accidentally written code

This commit is contained in:
Michael Vogel 2016-08-27 19:53:09 +02:00
parent a156d59e2a
commit e46dae3937
1 changed files with 0 additions and 1 deletions

View File

@ -1071,7 +1071,6 @@ function db_definition() {
"indexes" => array(
"PRIMARY" => array("id"),
"uid" => array("uid"),
"uid_profile" => array("uid", "profile"),
"resource-id" => array("resource-id"),
"guid" => array("guid"),
)