-
## Steps to reproduce this issue
Using MariaDb 10.3 (see https://mariadb.com/kb/en/temporal-data-tables/)
1. Step 1; I modify a table with system versioning
ALTER TABLE ADD SYSTEM VERSIONING;
…
-
```
When the wiki database is compacted all page history is lost because the
history feature relies on the couchdb _rev functionality.
"Another option is to forgo compaction. This will work if you a…
-
With 2.2 we will change the database structure. That means that we need to re-create the database. That, in turn, means that we will lose data if we do no do anything about it.
This is definitely n…
-
Would like to being versioning the SQLite database structure to avoid any issues with columns not formatted correctly etc. It will also be a good place to track things like app settings (e.g. setting…
-
When running the migration: `manage.py cms4_migration` all goes well till I'm hit with
```
django.db.utils.IntegrityError: update or delete on table "cms_page" violates foreign key constraint "djan…
-
We'll need to properly implement versioning in the database table and retrieve it from the last record in the `retrieveAll` method of the `LaravelMessageRepository` and also implement the `retrieveAll…
-
(Vote @rob-metalinkage @avillar @VladimirAlexiev @ar-chad @svilenvarbanov2019 )
We talked about
- [ ] `https://www.opengis.net/ont/citygml/3.0/rdf`
- [ ] `https://www.opengis.net/ont/citygml/3.0/o…
-
I'm wondering if anyone knows the motivation for the disable-versions flag for the b2 backend?
Why would you ever *not* want disable-versions enabled?
If you have enabled version tracking in bac…
-
Hello,
so there is [Sqitch](https://sqitch.org/about/) database versioning tool which implements a blockchain for changelog integration. I think this is really a nice feature, since you don't need …
-
**Describe the solution you'd like**
Data versioning.
**Describe alternatives you've considered**
"Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git re…