From 0e9a6c81360fa05a142af5302d3792407e491aa4 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Tue, 15 Nov 2011 20:59:58 +0100 Subject: Removed 'alt'-propery of 'Image' and added automatic thumbnailing. --- ratatoeskr/setup/create_tables.php | 1 - 1 file changed, 1 deletion(-) (limited to 'ratatoeskr/setup') 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; -- cgit v1.2.3-54-g00ecf