Simply trying to upgrade from 1.6.9 to 2.1 with no success. This is the first error I come across.
{"error":"
Error Number: 1050
\n\n
Table 'exp_snippets' already exists
\n\n
CREATE TABLE `exp_snippets` (\n `snippet_id` int(10) unsigned NOT NULL auto_increment,\n `site_id` int(4) NOT NULL,\n `snippet_name` varchar(75) NOT NULL,\n `snippet_contents` text NULL,\n PRIMARY KEY (`snippet_id`),\n KEY `site_id` (`site_id`)\n )
"}Any ideas? My server passes all the tests with flying colors.