mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-05 12:40:39 +08:00
Merge branch 'requirejs' of https://github.com/floydpraveen/HackFlowy into floydpraveen-requirejs
Conflicts: public/index.html public/javascripts/views/task.js server.js
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `tasks`
|
||||
ADD COLUMN `is_completed` CHAR(1)
|
||||
NOT NULL AFTER `parent_id` ;
|
||||
Reference in New Issue
Block a user