addons-server/migrations/476-file-size-bytes.sql

3 строки
114 B
SQL

-- Assumption: Since we didn't care about byte precision before, we can do this:
UPDATE files SET size=size*1024;