Skip to content

Commit

Permalink
fix typo disabling default item types...
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas CARPi committed Mar 26, 2014
1 parent bc1e38e commit dba1a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/elabftw.sql
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ CREATE TABLE IF NOT EXISTS `status` (
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
-- ELABFTW
/* the default item_types
/* the default item_types */
INSERT INTO `items_types` (`id`, `name`, `bgcolor`, `template`) VALUES
(1, 'Antibody', '31a700', '<p><strong>Host :</strong></p>\r\n<p><strong>Target :</strong></p>\r\n<p><strong>Dilution to use :</strong></p>\r\n<p>Don''t forget to add the datasheet !</p>'),
(2, 'Plasmid', '29AEB9', '<p><strong>Concentration : </strong></p>\r\n<p><strong>Resistances : </strong></p>\r\n<p><strong>Backbone :</strong></p>\r\n<p><strong><br /></strong></p>'),
Expand Down

0 comments on commit dba1a1e

Please sign in to comment.