Changes between Initial Version and Version 2 of Ticket #25002
- Timestamp:
- Jun 18, 2015, 4:44:02 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25002
- Property Component Uncategorized → Database layer (models, ORM)
- Property Keywords migrations added
- Property Type Uncategorized → Bug
-
Ticket #25002 – Description
initial v2 23 23 ALTER TABLE "studygroups_studygroup" ALTER COLUMN "time" TYPE time USING "time"::time; 24 24 }}} 25 26 I don't have code with the problem isolated, but this project shows the problem when configured to use postgres. http://github.com/p2pu/knight-app/.