Spaces:
Running
Running
Delete scam_detector.db
Browse files- scam_detector.db +0 -11
scam_detector.db
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
# create_db.py
|
2 |
-
|
3 |
-
from utils.functions import Base, engine
|
4 |
-
|
5 |
-
def create_database():
|
6 |
-
Base.metadata.create_all(bind=engine)
|
7 |
-
print("Baza danych została utworzona lub już istnieje.")
|
8 |
-
|
9 |
-
if __name__ == "__main__":
|
10 |
-
create_database()
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|