fix merge artefact from db.c

This commit is contained in:
Harald Welte 2009-12-24 09:42:07 +01:00
parent 5c706bbaf2
commit 09f7ad0ff7
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ static char *create_stmts[] = {
"timestamp TIMESTAMP NOT NULL, "
"value INTEGER NOT NULL, "
"name TEXT NOT NULL "
")",
"CREATE TABLE IF NOT EXISTS AuthKeys ("
"id INTEGER PRIMARY KEY AUTOINCREMENT, "
"subscriber_id NUMERIC UNIQUE NOT NULL, "