Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: apmuthu on January 19, 2013, 03:50:33 PM
-
SAIL v3.1.1-20 vendorxref table definition
create table if not exists vendorxref(pkey text,intpkey text);
should be
create table if not exists vendorxref(pkey TEXT PRIMARY KEY, intpkey TEXT);
The definition is in /opt/sark/amacs/r1620.
Manipulating SQLite3 databases is a breeze with the SQLite Manager (https://addons.mozilla.org/en-us/firefox/addon/sqlite-manager/) - Firefox Addon.