home · contact · privacy
Make use of new JSON interface for GET /conditions testing.
[plomtask] / migrations / 1_add_Todo_comment.sql
1 ALTER TABLE todos ADD COLUMN comment TEXT NOT NULL DEFAULT "";