Private
Public Access
1
0

removed StrokeData table and all references to it

This commit is contained in:
Sander Roosendaal
2019-10-23 20:17:49 +02:00
parent c0e8e448e3
commit 7a26669cd7
7 changed files with 17 additions and 103 deletions

View File

@@ -3073,9 +3073,9 @@ attrs.update(strokedatafields)
# when the StrokeData are expanded.
# No Django Instances of this model are managed. Strokedata table is
# accesssed directly with SQL commands
StrokeData = type(str('StrokeData'), (models.Model,),
attrs
)
#StrokeData = type(str('StrokeData'), (models.Model,),
# attrs
# )
# Storing data for the OTW CP chart
class cpdata(models.Model):