mirror of
https://github.com/ente-io/ente.git
synced 2025-04-30 11:35:46 +00:00
5 lines
99 B
SQL
5 lines
99 B
SQL
ALTER TABLE file_data
|
|
DROP COLUMN obj_id,
|
|
DROP COLUMN obj_nonce,
|
|
DROP COLUMN obj_size;
|