mirror of
https://github.com/ente-io/ente.git
synced 2025-07-01 21:27:41 +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;
|