JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
SCHEMA CHANGE, clean up /admin_images
[wfpl-cms.git] / admin_images.sql
index 815969e..27e29e7 100644 (file)
@@ -4,5 +4,5 @@ create table cms_images (
     image varchar(240) not null default "",
     name varchar(200) not null default "",
     caption varchar(200) not null default "",
     image varchar(240) not null default "",
     name varchar(200) not null default "",
     caption varchar(200) not null default "",
-    sizes text not null default ""
+    created_at int not null default 0
 );
 );