From 3623d50814ecea515a8dec134968402d3bad1904 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 3 Jan 2014 17:26:24 +0100 Subject: [PATCH] Add file attribute --- app/var/db/db-mysql.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/var/db/db-mysql.sql b/app/var/db/db-mysql.sql index 5c1fcfd..ef9faf9 100644 --- a/app/var/db/db-mysql.sql +++ b/app/var/db/db-mysql.sql @@ -37,7 +37,8 @@ INSERT INTO `cms_attribute` (`id`, `title`, `ref`) VALUES (2, 'Picture', 'picture'), (3, 'Text', 'textarea'), (4, 'Html editor', 'editor'), -(5, 'Link', 'link'); +(5, 'Link', 'link'), +(6, 'File', 'file'); -- --------------------------------------------------------