Skip to content

Commit 1bb319a

Browse files
committedFeb 6, 2025·
fix: change db lnadress cut to integer
1 parent 87e9528 commit 1bb319a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎migrations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ async def m012_addlnaddress(db: Database):
184184
"""
185185
await db.execute(
186186
"""
187-
ALTER TABLE tpos.pos ADD lnaddress_cut TEXT NULL;
187+
ALTER TABLE tpos.pos ADD lnaddress_cut INTEGER NULL;
188188
"""
189189
)

0 commit comments

Comments
 (0)
Please sign in to comment.