Commit Graph

5 Commits

Author SHA1 Message Date
Mariusz Felisiak 3b4947e7ba [1.11.x] Removed extra characters in docs header underlines.
Backport of a3af8c99d9 from master
2017-03-20 18:31:28 -04:00
Akshesh 6e07ec3f65 Fixed -- Added contrib.postgres.indexes.GinIndex. 2016-08-12 18:37:03 -04:00
Akshesh 311a8e8d50 Fixed -- Added support for column order in class-based indexes. 2016-08-12 15:52:16 -04:00
Akshesh 6a8372e6ec Fixed -- Added Meta.indexes for class-based indexes.
* Added the index name to its deconstruction.
* Added indexes to sqlite3.schema._remake_table() so that indexes
  aren't dropped when _remake_table() is called.

Thanks timgraham & MarkusH for review and advice.
2016-08-05 18:12:51 -04:00
Akshesh 156e2d59cf Fixed -- Added class-based indexes.
Added the AddIndex and RemoveIndex operations to use them in migrations.

Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
2016-06-27 10:41:01 -04:00