aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-19 15:50:59 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-19 15:50:59 +0100
commit2116ce2471162ff2e1a90d7a75cfcea1a226680e (patch)
treeb2a4a96aaf337ea50dd4d07fe7def63a6ed33757 /sql
parent0acd31e9a6b8eb664d044a3363d74dced9868e12 (diff)
hlr.sql: typo in comment
Diffstat (limited to 'sql')
-rw-r--r--sql/hlr.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/hlr.sql b/sql/hlr.sql
index 041b42b..5f0950c 100644
--- a/sql/hlr.sql
+++ b/sql/hlr.sql
@@ -58,7 +58,7 @@ CREATE TABLE auc_2g (
);
CREATE TABLE auc_3g (
- subscriber_id INTEGER PRIMARY KEY, -- subscrbier.id
+ subscriber_id INTEGER PRIMARY KEY, -- subscriber.id
algo_id_3g INTEGER NOT NULL,
k INTEGER NOT NULL,
op VARCHAR,