#
9ab8cbae |
| 15-Aug-2025 |
annda <17853330+annda@users.noreply.github.com> |
Automatic code style fixes
|
#
f0c5cbda |
| 04-Apr-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style fixes
|
#
31e730e1 |
| 29-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style adjustments
|
#
c4618b6c |
| 20-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Only a single row per page can have the "latest" flag
|
#
44f4e83b |
| 05-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove code leading to nested transactions on migration
|
#
d93c534a |
| 05-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Migrate existing data to correct 'latest' flag
Previously all tructpublish data had 'latest' set to 1 in order to access historical data, concealed in DB queries by 'latest = 1' clause. With the lat
Migrate existing data to correct 'latest' flag
Previously all tructpublish data had 'latest' set to 1 in order to access historical data, concealed in DB queries by 'latest = 1' clause. With the latest version of struct, this can be switched off per query via setSelectLatest(false) on SearchConfig.
This migration resets the latest flag on all data except the most recent row for each pid / status combination.
show more ...
|
#
f734c62f |
| 22-Jun-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update queries for new SQLiteDB class
|
#
7ada453d |
| 04-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Revert order of transactions in db migration
Because migration 1 consists of two separate transactions, db version should be written in the second one.
|
#
8b0ba635 |
| 15-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
added more docblocks and some reformatting
|
#
bcee0e72 |
| 14-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Database migration adjustments
|
#
db4c47e2 |
| 14-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
avoid infinite loop on initialization
|
#
e1076406 |
| 14-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix path to migration file
|
#
677c897a |
| 24-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Include structpublish schema import in migration
|
#
e394901a |
| 06-Oct-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use a regular struct schema instead of custom table
|
#
87106851 |
| 16-Aug-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Initial commit
|