History log of /plugin/structpublish/db/ (Results 1 – 10 of 10)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c4618b6c20-Jul-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Only a single row per page can have the "latest" flag

d93c534a05-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 ...

6078c20021-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Rename config option for internal schemas

e6dd5f7715-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Change date to datetime

bcee0e7214-Sep-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Database migration adjustments

677c897a24-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Include structpublish schema import in migration

910e7e1519-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Admin interface and required code cleanup

e394901a06-Oct-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Use a regular struct schema instead of custom table

3449f9ce25-Aug-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Publishing not quite working yet

8710685116-Aug-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Initial commit