One more trailing whitespace.

This commit is contained in:
s3lph 2018-07-21 21:51:02 +02:00
parent 1c733c6203
commit ca3c3e755c

View file

@ -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,