forked from s3lph/matemat
One more trailing whitespace.
This commit is contained in:
parent
1c733c6203
commit
ca3c3e755c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import sqlite3
|
||||||
def migrate_schema_1_to_2(c: sqlite3.Cursor):
|
def migrate_schema_1_to_2(c: sqlite3.Cursor):
|
||||||
# Create missing tables
|
# Create missing tables
|
||||||
c.execute('''
|
c.execute('''
|
||||||
CREATE TABLE transactions (
|
CREATE TABLE transactions (
|
||||||
ta_id INTEGER PRIMARY KEY,
|
ta_id INTEGER PRIMARY KEY,
|
||||||
user_id INTEGER NOT NULL,
|
user_id INTEGER NOT NULL,
|
||||||
value INTEGER(8) NOT NULL,
|
value INTEGER(8) NOT NULL,
|
||||||
|
|
Loading…
Reference in a new issue