hlr.sql: Don't use TRUE/FALSE as DEFAULT, they will be strings :(

SQLite has this crappy type system where you can put a string into
a boolean or integer column, which of course will break once you try to
read it as bool..

Also, add an index by IMSI to the SUBSCRIBER table.
1 file changed
tree: 7b7518480ae79570bfc22df69e7e69bd4d019aef
  1. sql/
  2. src/
  3. .gitignore