]> git.mxchange.org Git - friendica.git/commit
Change key-value table
authorPhilipp <admin@philipp.info>
Thu, 29 Dec 2022 21:36:08 +0000 (22:36 +0100)
committerPhilipp <admin@philipp.info>
Thu, 29 Dec 2022 21:36:08 +0000 (22:36 +0100)
commit7c4c40906099244c966ea9eb3e412fea8d17d28c
treed40c9b836d0d4bc230e2135e17fdcdab28395e7a
parentf944a2a620a46ff175267d97a2202dd15c860ab7
Change key-value table
- Make "k" as primary key
- Added "updated_at"
database.sql
doc/database/db_key-value.md
src/Core/KeyValueStorage/Type/DBKeyValueStorage.php
static/dbstructure.config.php
tests/src/Core/KeyValueStorage/DBKeyValueStorageTest.php