tnc-ba / strongTNC

BYOD TNC Database Management Tool
GNU Affero General Public License v3.0
0 stars 0 forks source link

Some functions are broken without data in the DB, what to do? #52

Closed d22 closed 10 years ago

d22 commented 10 years ago

Some features (e.g global search in navbar) are broken when the DB has no data.

What should we do?

d22 commented 10 years ago

Problems I've found so far:

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?

dbrgn commented 10 years ago

I think generally there should be no such thing as a "default empty db" in the repo. Let's discuss it on Wednesday.

d22 commented 10 years ago

We will create an empty sqlite DB.