mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-05 05:30:44 +08:00
4 lines
238 B
MySQL
4 lines
238 B
MySQL
|
|
-- Change default billing_model_source for new channels to 'channel_mapped'
|
||
|
|
-- Existing channels keep their current setting (no UPDATE on existing rows)
|
||
|
|
ALTER TABLE channels ALTER COLUMN billing_model_source SET DEFAULT 'channel_mapped';
|