ente/server/migrations/41_add_file_info.up.sql

3 lines
46 B
MySQL
Raw Permalink Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE files
ADD COLUMN info JSONB;