-
my project has many sqlite data,so nedd to migrate at together when playform upgrate. my code is
```golang
migrateChannelSize := m.conf.MigrateChannelSize
if migrateChannelSize
-
It's possible this is beyond the scope of what `goose` is intended. Feedback welcome.
Consider adding the ability to create / drop a database either directly with psql/pg_* and friends if found loc…
-
Hello, I have tried to deploy hakatime using the docker compose file located in the README.MD but it stuck on Starting hakatime server ...
Here is my log:
```BASH
root@docker2:~# docker compose -…
-
## Problem
Migrating your database over time is an important part of the development cycle. We offer some great tooling for SQL databases like Postgres and MySQL with `prisma migrate` and `db push`…
-
### What steps will reproduce the problem?
set other than default schema in mssql config.
I found this error trying install rbac to other schema, main rbac tables are created only in schema: dbo. …
lutek updated
4 years ago
-
This endoint manage all the module information:
GET methods:
/ (retrieves the available action types)
POST
/ creates a new action type
DELETE
/ delete an action type
Do the same for
/v1/module_typ…
-
We are seeing multiple cases where computed column expressions need to be fixed before an upgrade to a newer version is possible. This is due to various backward-incompatible SQL changes, like removin…
-
## Bug Report
### Which version of ShardingSphere did you use?
master, 8c58db88d879428ec80d98ae04ff4661d7dde0af
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
prox…
-
**Issue type:**
[ ] question
[X] bug report
[ ] feature request
[ ] documentation issue
**TypeORM version:**
[x] `latest`
[ ] `@next`
[ ] `0.x.x` (or put your version here)
**Steps to…
-
It would be good to have the ability to squash several migrations into a single file to help reduce the number of files in a project.
We probably want to keep track of the original list of migration …