mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
4 lines
130 B
SQL
4 lines
130 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE merchant_connector_account
|
|
ADD COLUMN IF NOT EXISTS version "ApiVersion" NOT NULL DEFAULT 'v1';
|