Files
@ 2d216fd7d5a2
Branch filter:
Location: kallithea/init.d/celeryd-upstart.conf
2d216fd7d5a2
904 B
text/plain
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.)