Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-20 | Bugfix: database constraint problem.problem_uq2 referenced only identifier, ↵ | Aleš Smodiš | |
but it should reference the triplet (language_id, problem_group_id, identifier) instead. | |||
2015-08-19 | New database tables and data imports: user_group, user_in_group, language, ↵ | Aleš Smodiš | |
problem_group, problem. | |||
2015-08-13 | Initial PostgreSQL data model: codeq_user and solution tables. | Aleš Smodiš | |
Converted the action.py to use the new model. |