Skip to content

Commit

Permalink
feat: indexed columns are no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
odinuv committed Feb 7, 2018
1 parent 9ee473e commit e5f4f7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/functional/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def test_table_detail(self):
table_info['uri'])
with self.subTest():
self.assertEqual([], table_info['primaryKey'])
with self.subTest():
self.assertEqual([], table_info['indexedColumns'])
with self.subTest():
self.assertEqual(['col1', 'col2'], table_info['columns'])
with self.subTest():
Expand Down
2 changes: 0 additions & 2 deletions tests/mocks/table_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"name": "data",
"transactional": False,
"primaryKey": [],
"indexedColumns": [],
"created": "2016-06-23T20:41:07+0200",
"lastImportDate": "2016-07-07T11:25:32+0200",
"lastChangeDate": "2016-07-07T11:25:34+0200",
Expand Down Expand Up @@ -38,7 +37,6 @@
"name": "data_items",
"transactional": False,
"primaryKey": [],
"indexedColumns": [],
"created": "2016-06-23T20:41:38+0200",
"lastImportDate": "2016-07-07T11:26:03+0200",
"lastChangeDate": "2016-07-07T11:26:05+0200",
Expand Down

0 comments on commit e5f4f7a

Please sign in to comment.