mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
remove not longer needed tables_baseline
This commit is contained in:
parent
0e4574dfa1
commit
624b060212
@ -1,34 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - Editable Templates *
|
||||
* http://www.egroupware.org *
|
||||
" Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_baseline = array(
|
||||
'phpgw_etemplate' => array(
|
||||
'fd' => array(
|
||||
'et_name' => array('type' => 'char','precision' => 80,'nullable' => False),
|
||||
'et_template' => array('type' => 'char','precision' => 20,'nullable' => False,'default' => ''),
|
||||
'et_lang' => array('type' => 'char', 'precision' => 5,'nullable' => False,'default' => ''),
|
||||
'et_group' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
|
||||
'et_version' => array('type' => 'char','precision' => 20,'nullable' => False,'default' => ''),
|
||||
'et_data' => array('type' => 'varchar', 'precision' => 32000,'nullable' => True),
|
||||
'et_size' => array('type' => 'char','precision' => 20,'nullable' => True),
|
||||
'et_style' => array('type' => 'varchar', 'precision' => 32000,'nullable' => True)
|
||||
),
|
||||
'pk' => array('et_name','et_template','et_lang','et_group','et_version'),
|
||||
'fk' => array(),
|
||||
'ix' => array(),
|
||||
'uc' => array()
|
||||
)
|
||||
);
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user