chore: remove sql file (#549)

* chore: rename webhook to webhook_url

* refactor: remove sql file
This commit is contained in:
Eunwoo Choi 2023-05-16 23:04:55 +09:00 committed by GitHub
parent e922cea281
commit 9f2ffc1076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +0,0 @@
-- Webhook 기능 추가를 위한 SQL 쿼리문입니다.
use discordbots;
-- bots TABLE
ALTER TABLE `bots` ADD COLUMN webhook_status INT NOT NULL DEFAULT '1';
-- servers TABLE
ALTER TABLE `servers` ADD COLUMN webhook TEXT DEFAULT NULL;
ALTER TABLE `servers` ADD COLUMN webhook_status INT NOT NULL DEFAULT '1';