ente/server/migrations/41_add_file_info.up.sql
2024-03-01 13:37:01 +05:30

3 lines
46 B
SQL

ALTER TABLE files
ADD COLUMN info JSONB;