1
0
mirror of https://github.com/ViViDboarder/bitwarden_rs.git synced 2025-01-09 04:17:45 +00:00
bitwarden_rs/migrations/postgresql/2019-09-12-100000_create_tables
Michael Powers f5f9861a78
Adds support for PostgreSQL which resolves and is mentioned in .
This includes migrations as well as Dockerfile's for amd64.

The biggest change is that replace_into isn't supported by Diesel for the
PostgreSQL backend, instead requiring the use of on_conflict. This
unfortunately requires a branch for save() on all of the models currently
using replace_into.
2019-09-12 16:12:22 -04:00
..
down.sql Adds support for PostgreSQL which resolves and is mentioned in . 2019-09-12 16:12:22 -04:00
up.sql Adds support for PostgreSQL which resolves and is mentioned in . 2019-09-12 16:12:22 -04:00