9
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-auc/osmo-gsup-hlr/sql
Harald Welte b565a56607 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.
2016-05-03 18:48:12 +02:00
..
hlr.sql hlr.sql: Don't use TRUE/FALSE as DEFAULT, they will be strings :( 2016-05-03 18:48:12 +02:00
hlr_data.sql initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00