-
Subtask of **[[STORY]: Update 'Status' to 'Follow + Note' feature](https://github.com/usdigitalresponse/usdr-gost/issues/2960)** #2960
#### Blocked by
- #3201
#### Blocks
- #3204
- #320…
-
Trying to deploy infisical via docker swarm. When I run the db migration I get the error below. First time I have used docker swarm so I am sure I am missing something.
```
> backend@1.0.0 migrati…
-
I was too busy to fill out the entire form, so instead I added an example to reproduce.
```js
var knex = require('knex')({
connection: {
host: 'localhost',
user: 'root',
password…
-
Hi
I am running similar issue https://github.com/tgriesser/knex/issues/3130 with Knex.js when using with serverless-bundle plugin. Please let know how can i fix this issue. Can i override the webpa…
-
At present this is using postgreesql which needs additional install we should maybe refactor the migrations and database models to use sqllite thats then easy portable to postgree or anything via chan…
-
# Environment
Knex version: 2.1.0
Database + version: Postgres 14
OS: MacOS
# Bug
When querying a table like so:
```js
knex('option')
.insert({ key, value: JSON.stringify(value)…
-
Ref MoveOnOrg/Spoke#683 & MoveOnOrg/Spoke#692. For now, we're concerned narrowly with swapping out the migration system, not with replacing the rethink-knex-adapter entirely (that's a separate PR, and…
-
-
Knex version: 0.12.6
MySql version: 5.7.13
Attempting to rename the column will generate SQL with single quotes around `'CURRENT_TIMESTAMP'`, which causes it to be a static string and therefore an…
-
### Describe the Bug
We see extra single quote characters showing up after schema.yaml is applied to a new environment when single quotes are present in a field such as default value for a textstring…