This commit is contained in:
2025-04-16 20:55:48 +08:00
parent 85f29d8b49
commit b1753449f5
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- 添加domain列到shorturl_analytics.shorturl表
ALTER TABLE
shorturl_analytics.shorturl
ADD
COLUMN IF NOT EXISTS domain Nullable(String) COMMENT '域名';

View File

@@ -0,0 +1 @@
./ch-query.sh -q "TRUNCATE TABLE shorturl_analytics.shorturl"