feat: add profile_picture
field to user table
This commit is contained in:
11
migrations/00003_add_profile_image.sql
Normal file
11
migrations/00003_add_profile_image.sql
Normal file
@ -0,0 +1,11 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE users
|
||||
ADD profile_picture TEXT;
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE users
|
||||
DROP COLUMN profile_picture;
|
||||
-- +goose StatementEnd
|
Reference in New Issue
Block a user