From eaa14d23412b7cebf6447e6705c257a3c95f5849 Mon Sep 17 00:00:00 2001 From: Gregoo Date: Fri, 24 Jan 2025 10:37:03 +0100 Subject: [PATCH] Remove unused SQL initialize function --- bricktracker/sql.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bricktracker/sql.py b/bricktracker/sql.py index b58d54a..07811d9 100644 --- a/bricktracker/sql.py +++ b/bricktracker/sql.py @@ -345,14 +345,6 @@ class BrickSQL(object): # Info logger.info('The database has been dropped') - # Initialize the database - @staticmethod - def initialize() -> None: - BrickSQL().executescript('migrations/init') - - # Info - logger.info('The database has been initialized') - # Replace the database with a new file @staticmethod def upload(file: FileStorage, /) -> None: