mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 15:57:25 +00:00
No speedup for database init.
This commit is contained in:
@@ -85,7 +85,6 @@ def reinit_db():
|
|||||||
else:
|
else:
|
||||||
print(" - No database file found: " + currentdbname + " ..continuing, will create it.\n")
|
print(" - No database file found: " + currentdbname + " ..continuing, will create it.\n")
|
||||||
else:
|
else:
|
||||||
with transaction.atomic():
|
|
||||||
cursor = django.db.connection.cursor()
|
cursor = django.db.connection.cursor()
|
||||||
cursor.execute("DROP DATABASE %s" % currentdbname)
|
cursor.execute("DROP DATABASE %s" % currentdbname)
|
||||||
cursor.execute("CREATE DATABASE %s" % currentdbname)
|
cursor.execute("CREATE DATABASE %s" % currentdbname)
|
||||||
|
|||||||
Reference in New Issue
Block a user