Cleanup
This commit is contained in:
@@ -15,6 +15,8 @@ class DatabaseInit:
|
|||||||
self.create_database()
|
self.create_database()
|
||||||
|
|
||||||
def create_database(self):
|
def create_database(self):
|
||||||
|
# TODO
|
||||||
|
# Add a separate column for directory tags
|
||||||
self.database.execute(
|
self.database.execute(
|
||||||
"CREATE TABLE books \
|
"CREATE TABLE books \
|
||||||
(id INTEGER PRIMARY KEY, Title TEXT, Author TEXT, Year INTEGER, \
|
(id INTEGER PRIMARY KEY, Title TEXT, Author TEXT, Year INTEGER, \
|
||||||
|
Reference in New Issue
Block a user