webarc/migrations/0003_size_mime_index.sql

4 lines
73 B
MySQL
Raw Permalink Normal View History

2025-02-25 00:06:48 +01:00
ALTER TABLE document_index
ADD COLUMN size BIGINT,
ADD COLUMN mime TEXT;