code.vegaprotocol.io/vega@v0.79.0/datanode/sqlstore/migrations/0025_oracle_data.sql (about)

     1  -- +goose Up
     2  ALTER TABLE oracle_data ADD COLUMN IF NOT EXISTS meta_data JSONB;
     3  
     4  ALTER TABLE oracle_data ADD COLUMN IF NOT EXISTS error text;