status-go/multiaccounts/migrations/sql/1606224181_drop_photo_path_...

6 lines
76 B
MySQL
Raw Normal View History

BEGIN TRANSACTION;
ALTER TABLE accounts
ADD COLUMN photoPath TEXT;
COMMIT;