diff options
| author | Christian Fowler <spider@viovio.com> | 2007-10-03 18:56:40 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-10-03 18:56:40 +0000 |
| commit | 5e9df9b07eba7cd818432962a7ac240f89189e1f (patch) | |
| tree | 0725cde70f34ef3d70b29c6163c87c9f2d36452b /admin | |
| parent | fd5a6673eadbb17f0d2548a8618f096cadf0b85e (diff) | |
| download | liberty-5e9df9b07eba7cd818432962a7ac240f89189e1f.tar.gz liberty-5e9df9b07eba7cd818432962a7ac240f89189e1f.tar.bz2 liberty-5e9df9b07eba7cd818432962a7ac240f89189e1f.zip | |
data_type in l_c_data
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/upgrade_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php index 188fd4b..5793bba 100644 --- a/admin/upgrade_inc.php +++ b/admin/upgrade_inc.php @@ -40,7 +40,7 @@ array( 'DATADICT' => array( 'liberty_content_data' => " content_id I4 PRIMARY, data X NOTNULL, - type C(32) NOTNULL + data_type C(32) NOTNULL CONSTRAINTS ', CONSTRAINT `liberty_content_data_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) ' ", 'liberty_content_hits' => " |
