feat: code quality
format add ci fixup ci
This commit is contained in:
parent
09bb033f85
commit
42b5edaf5d
26 changed files with 3199 additions and 295 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# the migration file is where you build your database tables
|
||||
# If you create a new release for your extension , remeember the migration file is like a blockchain, never edit only add!
|
||||
# If you create a new release for your extension ,
|
||||
# remember the migration file is like a blockchain, never edit only add!
|
||||
|
||||
|
||||
async def m001_initial(db):
|
||||
|
|
@ -20,17 +21,3 @@ async def m001_initial(db):
|
|||
);
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
# Here we add another field to the database
|
||||
|
||||
|
||||
async def m002_addtip_wallet(db):
|
||||
"""
|
||||
Add total to templates table
|
||||
"""
|
||||
await db.execute(
|
||||
"""
|
||||
ALTER TABLE myextension.maintable ADD ticker INTEGER DEFAULT 1;
|
||||
"""
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue