mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-09 03:02:42 +00:00
specify integer length to default in postgres in all migrations
This commit is contained in:
parent
99058d19c3
commit
f482040de5
12 changed files with 27 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
ALTER TABLE users
|
||||
ADD COLUMN
|
||||
client_kdf_memory INTEGER DEFAULT NULL;
|
||||
client_kdf_memory INT4 DEFAULT NULL;
|
||||
|
||||
ALTER TABLE users
|
||||
ADD COLUMN
|
||||
client_kdf_parallelism INTEGER DEFAULT NULL;
|
||||
client_kdf_parallelism INT4 DEFAULT NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue