Skip to content

0.6.0

Compare
Choose a tag to compare
@jrconlin jrconlin released this 24 Sep 00:22
· 419 commits to master since this release
0.6.0
9c65f07

Features

DEPLOYMENT NOTE!
This release ships with quota monitoring disabled.
Enabling quota will require a modification to the user_collections table:

alter table user_collections add column (total_bytes bigint, count int);

This is included in migrations/2020-08-24-091401_add_quota.

You will also need to specify SYNC_ENABLE_QUOTA=1 in the run time environment.