c4618b6c | 20-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Only a single row per page can have the "latest" flag |
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 ...
|
6078c200 | 21-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rename config option for internal schemas |
e6dd5f77 | 15-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Change date to datetime |
bcee0e72 | 14-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Database migration adjustments |
677c897a | 24-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Include structpublish schema import in migration |
910e7e15 | 19-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Admin interface and required code cleanup |
e394901a | 06-Oct-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use a regular struct schema instead of custom table |
3449f9ce | 25-Aug-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Publishing not quite working yet |
87106851 | 16-Aug-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Initial commit |