Files
ColdBreeze-chat-server-rust/migrations/20221211080856_webhook.sql
T
2023-03-03 12:03:14 -05:00

4 lines
55 B
SQL

alter table
user
add
column webhook_url string;