webarc/migrations/0003_size_mime_index.sql
JMARyA aba031a047
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
better mime + more index
2025-02-25 00:06:48 +01:00

3 lines
73 B
SQL

ALTER TABLE document_index
ADD COLUMN size BIGINT,
ADD COLUMN mime TEXT;