Files
@ d1ed15ef8714
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
d1ed15ef8714
1.4 KiB
text/x-sh
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.