mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-05 05:30:44 +08:00
5 lines
235 B
MySQL
5 lines
235 B
MySQL
|
|
-- Migration 092: payment_channels table was removed before release.
|
||
|
|
-- This file is a no-op placeholder to maintain migration numbering continuity.
|
||
|
|
-- The payment system now uses the existing channels table (migration 081).
|
||
|
|
SELECT 1;
|