-
Hello!
I have idea. Please will think about it:
```yaml
bootstrap:
pg_hba:
- host replication replicator 192.168.88.91/32 md5
- host replication replicator 192.168.88.90/32 md5
…
-
For this particular case we have installed:
* Django==1.10.6
* django-reversion==2.0.8
* django-import-export==0.5.1
* We use the django.contrib.admin app
In this particular project we are usi…
-
PostgreSQL v. 10 was released on 2017-10-05
PostgreSQL v. 11 was released on 2018-10-18 (current stable)
-
Please put in here you're preferred frameworks to be used.
-
Full error below, but essentially:
```
django.db.utils.IntegrityError: null value in column "name" violates not-null constraint
DETAIL: Failing row contains (79, null, captcha, captchastore).
`…
-
Can't run blockscout with ganache-cli
### Environment
* Operating System: OS X 10.14
* Docker 18
### Steps to reproduce
* ganache-cli -v -i 4447 -l='0x7A1200' -g='0x01'
* git clone git@g…
-
I tried to use a Postgres RDS database.
The cookbooks don't correctly set the database type in `config/database.yml`.
Apparently `deploy["database"]["adapter"]` is not set, but only `deploy["databas…
-
Сюда предлагается накидывать идеи на следующее проведение ;)
-
There are different ways to set and read values of columns with `TIME` type.
```Java
try (Connection c = DriverManager.getConnection("jdbc:h2:mem:1")) {
Statement s = c.createStatement();
…
-
Hi,
I have the following JSON
![355](https://user-images.githubusercontent.com/40163787/41841829-f2953230-7871-11e8-8ac9-3e53d24b2605.PNG)
Nested Json with arrays that might also contain Jsons.…