-NOTE: needed to add constraint on blocked_seller_by_user. Add unique constraint on user and seller in combination.
Mtil will need to execute this query
ALTER TABLE blocked_seller_by_user ADD CONSTRAINT unique_seller_const UNIQUE (user_id, seller)
Also should export schema files again and push
Remaining TODO's:
-accept optional server argument for /block command
-modify blockBuilder to display blocks by watch
-add button collector for watchBlock
-unblock command
-unsnooze command
-watch notification message and buttons
WIP
-NOTE: needed to add constraint on blocked_seller_by_user. Add unique constraint on user and seller in combination.
Mtil will need to execute this query
ALTER TABLE blocked_seller_by_user ADD CONSTRAINT unique_seller_const UNIQUE (user_id, seller)
Also should export schema files again and push
Remaining TODO's: -accept optional server argument for /block command -modify blockBuilder to display blocks by watch -add button collector for watchBlock -unblock command -unsnooze command -watch notification message and buttons