mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
fix sql table creation for 'Counters' table
This commit is contained in:
@@ -121,8 +121,8 @@ static char *create_stmts[] = {
|
||||
"CREATE TABLE IF NOT EXISTS Counters ("
|
||||
"id INTEGER PRIMARY KEY AUTOINCREMENT, "
|
||||
"timestamp TIMESTAMP NOT NULL, "
|
||||
"value INTEGER NOT NULL "
|
||||
"name TEXT NOT NULL, "
|
||||
"value INTEGER NOT NULL, "
|
||||
"name TEXT NOT NULL "
|
||||
")",
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user