Skip to content

Instantly share code, notes, and snippets.

View claudiuapetrei's full-sized avatar

Claudiu Apetrei claudiuapetrei

View GitHub Profile
alter table `project` modify `title` varchar(500) COLLATE utf8_unicode_ci NOT NULL;
alter table `user_profile` modify `description` varbinary(25600) NOT NULL DEFAULT '';
alter table `article_metadata` modify `references` mediumblob NOT NULL;
alter table `collection_version` modify `title` varchar(500) COLLATE utf8_unicode_ci NOT NULL;
alter table `file_metadata` modify `title` varchar(1000) COLLATE utf8_unicode_ci NOT NULL DEFAULT '';
alter table `blog` modify `tags` varbinary(1000) NOT NULL DEFAULT '[]';
alter table `group_metadata` modify `flags` varbinary(10000) NOT NULL DEFAULT '{}';
alter table `oauth_temporary_token` modify `oauth_token` char(255) COLLATE utf8_unicode_ci NOT NULL;
alter table `oauth_access_token` modify `oauth_token` varchar(255) COLLATE utf8_unicode_ci NOT NULL;
alter table `oauth_consumer` modify `zone_public` int(11) NOT NULL;
alter table `project` modify `title` varchar(500) COLLATE utf8_unicode_ci NOT NULL;
alter table `project` modify
alter table `project` modify
alter table `project` modify
alter table `project` modify
alter table `project` modify
alter table `project` modify
alter table `project` modify
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] return self.environment.handle_exception(exc_info, True)
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] File "/env/lib/python2.6/site-packages/pyramid_debugtoolbar-0.9.4-py2.6.egg/pyramid_debugtoolbar/templates/toolbar.jinja2", line 62, in top-level template code
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] {{ panel.content()|safe }}
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] File "/env/lib/python2.6/site-packages/pyramid_debugtoolbar-0.9.4-py2.6.egg/pyramid_debugtoolbar/panels/request_vars.py", line 34, in content
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] 'post': [(k, request.POST.getall(k)) for k in request.POST],
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] File "/env/lib/python2.6/site-packages/WebOb-1.1.1-py2.6.egg/webob/multidict.py", line 406, in iterkeys
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] yield self._decode_key(k)
[Thu Nov 03 16:40:29 2011] [error] [client 127.