[Astrospaces-commits] SF.net SVN: astrospaces: [45] trunk/develop/new-schema.sql
Brought to you by:
p3net
|
From: <del...@us...> - 2007-07-30 20:32:28
|
Revision: 45
http://astrospaces.svn.sourceforge.net/astrospaces/?rev=45&view=rev
Author: deltalabs
Date: 2007-07-30 13:32:28 -0700 (Mon, 30 Jul 2007)
Log Message:
-----------
Added mime-type to as_images
Modified Paths:
--------------
trunk/develop/new-schema.sql
Modified: trunk/develop/new-schema.sql
===================================================================
--- trunk/develop/new-schema.sql 2007-07-30 20:16:14 UTC (rev 44)
+++ trunk/develop/new-schema.sql 2007-07-30 20:32:28 UTC (rev 45)
@@ -84,6 +84,7 @@
`height` int(4) unsigned NOT NULL,
`name` text NOT NULL,
`views` int(6) unsigned NOT NULL,
+ `mime_type` varchar(20) NOT NULL,
PRIMARY KEY (`img_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|