Fix that lol

This commit is contained in:
Christopher Cookman 2025-01-20 20:26:53 -07:00
parent 7bfe42fca7
commit 197f497652
2 changed files with 4 additions and 1 deletions

View file

@ -1,2 +1,3 @@
ALTER TABLE hubs
ADD COLUMN hubUrl VARCHAR(255);
ADD COLUMN logChannel VARCHAR(255);
-- Uhh

View file

@ -0,0 +1,2 @@
ALTER TABLE hubs
ADD COLUMN hubUrl VARCHAR(255);