-
- [ ] Versioning SCL Files
- [ ] Easy implementation of Database
Done by TransNet
-
**Describe the use case**
Upgrade/downgrade temporal tables once implemented here https://github.com/sqlalchemy/sqlalchemy/issues/4797
**Databases / Backends / Drivers targeted**
All, specifics f…
-
In this issue, I want to collect topics and improvements for the documentation.
- Simplified getting started with platform specific hints
- Simplified ["Singleton service"](https://github.com/capa…
-
### Describe the bug
I can't create (edit) privilege of table and column level.
### To Reproduce
Users->Edit privilege->DataBase Level->Edit privilege->Table Level->Select Table:
two fields with…
-
As we start to plan for user-contributed changes to Macrostrat, it will become important to have reversible change logs for some tables.
# Possible approaches
## Build "versions" into the releva…
-
When database is not versioned yet, but already exists it looks reasonable to generate upgrade/downgrade scripts which add/drop table for versioning:
MySQL/upgrade/0-1/001-auto.sql
```
CREATE TAB…
-
#### System information:
- Operating system: Windows and MacOS
- DBeaver version: 21.2.0
- Additional extensions: None
#### Connection specification:
- Database name and version: Mariadb 10.6.…
-
### Summary
Currently Medulla packages are manually push to Github container registry (ghcr.io), opening design proposal to establish versioning/tagging strategy with automate build and publishing wo…
-
## Add `Drop` command to Evolve
Hi! I'd like to get thoughts on adding a `Drop` command to the Library and CLI tool. Some other database versioning systems like DbUp and Grate let you drop the enti…
-
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…