feat: implemented handling webhooks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- +goose Up
|
||||
ALTER TABLE users
|
||||
ADD is_chirpy_red BOOLEAN NOT NULL DEFAULT FALSE;
|
||||
|
||||
-- +goose Down
|
||||
ALTER TABLE users
|
||||
DROP COLUMN is_chirpy_red;
|
||||
Reference in New Issue
Block a user