chore: remove table_exists sql
This commit is contained in:
parent
4dd2687d73
commit
c3d67530ab
1 changed files with 0 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
TABLE_EXISTS = (
|
|
||||||
"SELECT count(*) FROM sqlite_master WHERE type ='table' AND name=:table_name"
|
|
||||||
)
|
|
Loading…
Add table
Reference in a new issue