mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
6 lines
No EOL
221 B
SQL
6 lines
No EOL
221 B
SQL
-- liquidity_params stores the liquidity parameters for autoloop as a single row
|
|
-- with a blob column, which is the serialized proto request.
|
|
CREATE TABLE liquidity_params (
|
|
id INTEGER PRIMARY KEY,
|
|
params BLOB
|
|
); |