Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server/db/driver/pg: increase size of asset ID column in markets table #1621

Merged
merged 3 commits into from
May 31, 2022

Commits on May 22, 2022

  1. increase size of asset ID column in markets table

    The base and quote ID columns in the server db markets table were
    defined as INT2, too small for our uint32 asset IDs.
    
    Also need to do some character replacement for schemas with our
    new symbol scheme for tokens.
    buck54321 committed May 22, 2022
    Configuration menu
    Copy the full SHA
    cd4d98c View commit details
    Browse the repository at this point in the history
  2. followup

    buck54321 committed May 22, 2022
    Configuration menu
    Copy the full SHA
    8816aef View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. use TKN instead of $

    buck54321 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    8929abe View commit details
    Browse the repository at this point in the history