chore: remove table_exists sql

This commit is contained in:
thomasabishop 2024-11-14 09:23:48 +00:00
parent 4dd2687d73
commit c3d67530ab

View file

@ -1,3 +0,0 @@
TABLE_EXISTS = (
"SELECT count(*) FROM sqlite_master WHERE type ='table' AND name=:table_name"
)