Closed d22 closed 10 years ago
Problems I've found so far:
Exception Value: no such column: devices.product
)Exception Value: no such column: devices.product
)Exception Value: no such column: devices.product
)Exception Value: table devices has no column named product
)Exception Value: no such column: devices.product
)Exception Value: delete() got an unexpected keyword argument 'policyID'
)Most problems seem to be causded by the missing column product in the devices table. So I guess we can fix this pretty easily.
How should we proceed? What do you think @dbrgn and @cfaessler, should we just fix the "default-empty DB" in the repo?
I think generally there should be no such thing as a "default empty db" in the repo. Let's discuss it on Wednesday.
We will create an empty sqlite DB.
Some features (e.g global search in navbar) are broken when the DB has no data.
What should we do?