aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/setup
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-11-15 20:59:58 +0100
committerKevin Chabowski <kevin@kch42.de>2011-11-15 20:59:58 +0100
commit0e9a6c81360fa05a142af5302d3792407e491aa4 (patch)
treea9890e37b06c950262d89bff78897962868c2428 /ratatoeskr/setup
parent6c3451c37da4f41645ece6f38d6dc96f45fcf465 (diff)
downloadratatoeskr-cms-0e9a6c81360fa05a142af5302d3792407e491aa4.tar.gz
ratatoeskr-cms-0e9a6c81360fa05a142af5302d3792407e491aa4.tar.bz2
ratatoeskr-cms-0e9a6c81360fa05a142af5302d3792407e491aa4.zip
Removed 'alt'-propery of 'Image' and added automatic thumbnailing.
Diffstat (limited to 'ratatoeskr/setup')
-rw-r--r--ratatoeskr/setup/create_tables.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/ratatoeskr/setup/create_tables.php b/ratatoeskr/setup/create_tables.php
index e9cfdaa..cdb5a64 100644
--- a/ratatoeskr/setup/create_tables.php
+++ b/ratatoeskr/setup/create_tables.php
@@ -51,7 +51,6 @@ CREATE TABLE `PREFIX_group_members` (
CREATE TABLE `PREFIX_images` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` text COLLATE utf8_unicode_ci NOT NULL,
- `alt` int(11) NOT NULL,
`file` text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;