Support multi trunks

This commit is contained in:
2026-04-01 22:17:59 -04:00
parent e6a7a40ea3
commit 75aa6129b6
9 changed files with 304 additions and 43 deletions

View File

@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER TABLE dids DROP COLUMN trunk;

View File

@@ -0,0 +1,2 @@
-- Your SQL goes here
ALTER TABLE dids ADD COLUMN trunk varchar(32) NOT NULL DEFAULT '3229';