Changeset 9327 for freepbx

Show
Ignore:
Timestamp:
03/19/10 20:25:07 (3 years ago)
Author:
p_lindheimer
Message:

fix dadhi shoudl be dahdi - WARNING, any early developer will have to fix this in their databases

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/SQL/newinstall.sql

    r9216 r9327  
    409409 
    410410-- 
    411 -- Table structure for table `dadhi` 
    412 -- 
    413  
    414 DROP TABLE IF EXISTS `dadhi`; 
    415 CREATE TABLE `dadhi` ( 
     411-- Table structure for table `dahdi` 
     412-- 
     413 
     414DROP TABLE IF EXISTS `dahdi`; 
     415CREATE TABLE `dahdi` ( 
    416416  `id` varchar(20) NOT NULL default '-1', 
    417417  `keyword` varchar(30) NOT NULL default '', 
     
    422422 
    423423-- 
    424 -- Dumping data for table `dadhi` 
     424-- Dumping data for table `dahdi` 
    425425-- 
    426426 
  • freepbx/trunk/SQL/newinstall.sqlite3.sql

    r9216 r9327  
    211211  PRIMARY KEY  (`id`,`keyword`) 
    212212); 
    213 CREATE TABLE `dadhi` ( 
     213CREATE TABLE `dahdi` ( 
    214214  `id` varchar(20) NOT NULL default '-1', 
    215215  `keyword` varchar(30) NOT NULL default '', 
  • freepbx/trunk/upgrades/2.8.0alpha2/tables.php

    r9324 r9327  
    1212 
    1313$dahdi_table = " 
    14 CREATE TABLE `dadhi` ( 
     14CREATE TABLE `dahdi` ( 
    1515  `id` varchar(20) NOT NULL default '-1', 
    1616  `keyword` varchar(30) NOT NULL default '',