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

3 lines
55 B
SQL

ALTER TABLE files
ADD COLUMN magic_metadata JSONB;