sphinx-kotlin icon indicating copy to clipboard operation
sphinx-kotlin copied to clipboard

DB Migration - Add new Model: Server

Open tomsmith8 opened this issue 1 year ago • 0 comments

Task

Initially it will have just one record but could have more than one LSP servers in the future. For now, use one LSP record:

  • ip: Ip of the server (string)
  • pubKey: pubKey of the LSP server (string)

Acceptance Criteria

  • Implement db change for ip and pubKey for one LSP record
  • Check ip and pubKey for one LSP record

tomsmith8 avatar Nov 10 '23 13:11 tomsmith8