Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
f5f9861a78
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.
13 Zeilen
320 B
SQL
13 Zeilen
320 B
SQL
DROP TABLE devices;
|
|
DROP TABLE attachments;
|
|
DROP TABLE users_collections;
|
|
DROP TABLE users_organizations;
|
|
DROP TABLE folders_ciphers;
|
|
DROP TABLE ciphers_collections;
|
|
DROP TABLE twofactor;
|
|
DROP TABLE invitations;
|
|
DROP TABLE collections;
|
|
DROP TABLE folders;
|
|
DROP TABLE ciphers;
|
|
DROP TABLE users;
|
|
DROP TABLE organizations;
|