Files
@ d1ed15ef8714
Branch filter:
Location: kallithea/docs/usage/backup.rst
d1ed15ef8714
512 B
text/prs.fallenstein.rst
model: change ChangesetComment 'user' to 'author'
Rename the 'user_id' field to 'author_id' and replace other references
to the comment 'user' throughout the model. The database column name
'user_id' remain unchanged for now; a later Alembic script can fix the
name of these and other columns to match their Python name.
Rename the 'user_id' field to 'author_id' and replace other references
to the comment 'user' throughout the model. The database column name
'user_id' remain unchanged for now; a later Alembic script can fix the
name of these and other columns to match their Python name.