Files
@ 2d216fd7d5a2
Branch filter:
Location: kallithea/docs/dev/translation.rst
2d216fd7d5a2
61 B
text/prs.fallenstein.rst
db: rename UserFollowing.follows_repo_id to follows_repository_id
Since the relationship is 'follows_repository', rename the column to be
'follows_repository_id', not 'follows_repo_id'. This also makes the
Python column name match the actual database column name.
(The inconsistency dates back to early RhodeCode days.)
Since the relationship is 'follows_repository', rename the column to be
'follows_repository_id', not 'follows_repo_id'. This also makes the
Python column name match the actual database column name.
(The inconsistency dates back to early RhodeCode days.)