Files
@ 7e160a65caa4
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
7e160a65caa4
1.3 KiB
text/x-sh
db: remove superfluous Ui table session adds
Only newly created objects (and objects explicitly expunged) need to be
added to the SQLAlchemy session; any object returned from a database
query is already in the session.
Only newly created objects (and objects explicitly expunged) need to be
added to the SQLAlchemy session; any object returned from a database
query is already in the session.