mirror of
https://github.com/koreanbots/core.git
synced 2025-12-13 05:10:24 +00:00
chore: remove sql file (#549)
* chore: rename webhook to webhook_url * refactor: remove sql file
This commit is contained in:
parent
e922cea281
commit
9f2ffc1076
@ -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';
|
||||
Loading…
x
Reference in New Issue
Block a user