mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-29 05:11:52 +00:00
No speedup for database init.
This commit is contained in:
parent
721341604c
commit
a6ed0997e8
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user