aboutsummaryrefslogtreecommitdiff
path: root/migrations/versions/25ca960a207_mv_icons_from_feed_tbl_to_icon_tbl.py
Commit message (Collapse)AuthorAge
* chg: [style] improved style. !minorCédric Bonhomme2022-03-30
|
* simplify process_filters in article_utils.pyCédric Bonhomme2022-01-02
|
* Resolved some flakes warnings.Cédric Bonhomme2022-01-02
|
* fixed erros reported by flake.Cédric Bonhomme2020-04-03
|
* fixed old migration scriptCédric Bonhomme2020-03-20
|
* cleaned importsCédric Bonhomme2020-03-10
|
* Added a tiny portion of black magic.Cédric Bonhomme2020-03-10
|
* carpy tests for alembic...Cédric Bonhomme2016-02-03
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
|
* sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
so i choosed to move the icons into their own table
bgstack15