Created
April 11, 2013 20:17
-
-
Save shofetim/5366823 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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