JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove sql files now that it's all in inc/db_upgrade.php
[wfpl-cms.git] / admin_images.sql
diff --git a/admin_images.sql b/admin_images.sql
deleted file mode 100644 (file)
index 27e29e7..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-drop table if exists cms_images;
-create table cms_images (
-    id int unique auto_increment,
-    image varchar(240) not null default "",
-    name varchar(200) not null default "",
-    caption varchar(200) not null default "",
-    created_at int not null default 0
-);