Skip to content

Incompatibility between new btracker and hafbe I guess

CREATE FUNCTION
psql:/app/scripts/../backend/endpoint_helpers.sql:679: NOTICE:  type "btracker_backend.paging_return" does not exist, skipping
DROP TYPE
CREATE TYPE
CREATE FUNCTION
RESET
SET
SET
psql:/app/scripts/../backend/paging.sql:3: NOTICE:  type "btracker_backend.balance_history_range_return" does not exist, skipping
DROP TYPE
CREATE TYPE
CREATE FUNCTION
RESET
SET
SET
psql:/app/scripts/../backend/recurrent_transfers.sql:3: NOTICE:  type "btracker_backend.recurrent_transfer_return" does not exist, skipping
DROP TYPE
CREATE TYPE
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
RESET
SET
SET
psql:/app/scripts/../backend/transfers.sql:3: NOTICE:  type "btracker_backend.impacted_transfers" does not exist, skipping
DROP TYPE
CREATE TYPE
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
RESET
SET
SET
psql:/app/scripts/../backend/aggregated_transfers.sql:5: NOTICE:  type "btracker_backend.transfer_history_return" does not exist, skipping
DROP TYPE
CREATE TYPE
CREATE FUNCTION
CREATE FUNCTION
DO
RESET
SET
SET
psql:/app/scripts/../db/btracker_app.sql:358: NOTICE:  balance_tracker will be installed in schema hafbe_bal with context hafbe_bal
psql:/app/scripts/../db/btracker_app.sql:358: WARNING:  PROFILE: 'hafbe_bal' CREATED stage: 'N/A' block: 0 fork: 2 head block: 882000 head fork: 2
psql:/app/scripts/../db/btracker_app.sql:358: NOTICE:  Attempting to create an application schema tables...
psql:/app/scripts/../db/btracker_app.sql:358: ERROR:  schema "btracker_app" does not exist
LINE 1: CREATE TABLE IF NOT EXISTS btracker_app.account_convert_oper...
                                   ^
QUERY:  CREATE TABLE IF NOT EXISTS btracker_app.account_convert_operations (
  op_id         SERIAL       PRIMARY KEY,
  account_name  TEXT         NOT NULL,
  request_id    BIGINT       NOT NULL,
  nai           TEXT         NOT NULL,
  op_type       TEXT         NOT NULL,    -- 'convert' or 'fill'
  amount        NUMERIC      NULL,        -- only for 'convert'
  block_num     INT          NOT NULL,
  raw           JSONB        NOT NULL,
  inserted_at   TIMESTAMPTZ  DEFAULT NOW()
)
CONTEXT:  PL/pgSQL function inline_code_block line 322 at SQL statement