CI: Migration SQLite to PostgreSQL (#719)
* migrate all extensions * errors if migration is missing
This commit is contained in:
@@ -42,7 +42,7 @@ async def m002_redux(db):
|
||||
"""
|
||||
try:
|
||||
for row in [
|
||||
list(row) for row in await db2.fetchall("SELECT * FROM lnurlpos.lnurlposs")
|
||||
list(row) for row in await db2.fetchall("SELECT * FROM lnurlpos.lnurlpos")
|
||||
]:
|
||||
await db.execute(
|
||||
"""
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
<q-card-section>
|
||||
<code
|
||||
><span class="text-blue">GET</span>
|
||||
/lnurldevice/api/v1/lnurlposs</code
|
||||
/lnurldevice/api/v1/lnurlpos</code
|
||||
>
|
||||
<h5 class="text-caption q-mt-sm q-mb-none">Headers</h5>
|
||||
<code>{"X-Api-Key": <invoice_key>}</code><br />
|
||||
|
||||
Reference in New Issue
Block a user