home · contact · privacy
Split BaseModel.by_id into .by_id and by_id_or_create, refactor tests.
[plomtask] / migrations / 1_add_Todo_comment.sql
1 ALTER TABLE todos ADD COLUMN comment TEXT NOT NULL DEFAULT "";