only compute rtl once by storing it in the database on fetch

This commit is contained in:
Athou
2024-09-13 22:22:41 +02:00
parent 9a89b39b62
commit f4a43e9950
6 changed files with 42 additions and 20 deletions

View File

@@ -10,4 +10,10 @@
</column>
</addColumn>
</changeSet>
<changeSet id="content-direction" author="athou">
<addColumn tableName="FEEDENTRYCONTENTS">
<column name="direction" type="varchar(16)" />
</addColumn>
</changeSet>
</databaseChangeLog>