Modrinth/migrations/20220329182356_file-sizes.sql
Geometrically 80e00a80d5
Switch to time crate, add file sizes (#329)
* Switch to time crate, add file sizes

* Update deps, adjust pack format

* Run formatter, fix clippy
2022-03-29 19:35:09 -07:00

1 line
61 B
SQL

ALTER TABLE files ADD COLUMN size integer NOT NULL default 0;