Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 20, 2024
1 parent 3b15e3d commit 9d0c49c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/data/sphinx-3.5.1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ source yii2_test_item_src
sql_attr_uint = id
sql_attr_uint = category_id
sql_attr_float = price
sql_attr_uint = add_date
sql_attr_uint = add_date
}


Expand All @@ -64,14 +64,12 @@ source yii2_test_item_delta_src : yii2_test_item_src
index yii2_test_article_index
{
source = yii2_test_article_src
docinfo = extern
}


index yii2_test_item_index
{
source = yii2_test_item_src
docinfo = extern
}


Expand Down

0 comments on commit 9d0c49c

Please sign in to comment.