6 Commits

Author SHA1 Message Date
0549dcc5bc PHP code sniffer autofixes 2022-01-13 14:50:12 +01:00
5b808f9f3f Remove islookup property of schemas
CSV import must still be adjusted
2020-04-29 17:03:02 +02:00
4351b626f1 Merge branch 'master' into serial 2020-03-26 10:03:11 +01:00
0ceefd5c55 Start unifying schema types
Schemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.

The crucial change is introduction of the composite key of pid and rid. Previous page data utilizes rid = 0 to differentiate itself. Other types, notably lookup, have autoincrementing rid.

Database migration is not implemented yet.
2020-03-18 19:42:48 +01:00
7a3219faff translation update 2019-09-02 11:15:38 +02:00
2a2be65457 translation update 2019-07-19 18:55:38 +02:00