Let's also include aclocal.m4
[asterisk-bristuff.git] / contrib / scripts / meetme.sql
blob19c4ed74538e24ae2b0fbc8119582849e01607be
1 -- 
2 -- Table structure for Realtime meetme
3 -- 
5 CREATE TABLE meetme (
6         confno char(80) DEFAULT '0' NOT NULL,
7         pin char(20) NULL,
8         adminpin char(20) NULL,
9         members integer DEFAULT 0 NOT NULL,
10         PRIMARY KEY (confno)