Skip to content

Instantly share code, notes, and snippets.

@shofetim
Created April 11, 2013 20:17
Show Gist options
  • Select an option

  • Save shofetim/5366823 to your computer and use it in GitHub Desktop.

Select an option

Save shofetim/5366823 to your computer and use it in GitHub Desktop.
-- Doesn't appear to be handled by migrations or syncdb, I don't know why
CREATE TABLE celery_taskmeta (
id integer NOT NULL,
task_id character varying(255) NOT NULL,
status character varying(50) NOT NULL,
result text,
date_done timestamp with time zone NOT NULL,
traceback text,
hidden boolean NOT NULL,
meta text
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment